From 37b42b27bb15e71c9d1d460f09fc5d2e837fcec5 Mon Sep 17 00:00:00 2001 From: Filippo Squillace Date: Tue, 4 Nov 2014 18:02:15 +0000 Subject: [PATCH] Fix usage function --- bin/juju | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/juju b/bin/juju index b6bdd7d..7f7ca68 100755 --- a/bin/juju +++ b/bin/juju @@ -34,9 +34,9 @@ usage() { echo -e "-i, --setup-from-file Setup the JuJu image in ${JUJU_HOME}" echo -e "-f, --fakeroot Run JuJu with fakeroot privileges" echo -e "-r, --root Run JuJu with root privileges" - echo -e "-b, --build-image Build a JuJu image (must run in ArchLinux - with base-devel, package-query - and arch-install-scripts installed)" + echo -e "-b, --build-image Build a JuJu image (must run in ArchLinux" + echo -e " with base-devel, package-query" + echo -e " and arch-install-scripts installed)" echo -e "-d, --delete Delete JuJu from ${JUJU_HOME}" echo -e "-h, --help Show this help message" echo -e "-v, --version Show the $NAME version"