mirror of
https://github.com/fsquillace/junest.git
synced 2026-07-25 11:53:56 +00:00
Fix usage function
This commit is contained in:
parent
cea23afcf4
commit
37b42b27bb
1 changed files with 3 additions and 3 deletions
6
bin/juju
6
bin/juju
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue