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"