Fix usage function

This commit is contained in:
Filippo Squillace 2014-11-04 18:02:15 +00:00
parent cea23afcf4
commit 37b42b27bb

View file

@ -34,9 +34,9 @@ usage() {
echo -e "-i, --setup-from-file <image> 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"