mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Small fix in usage function
This commit is contained in:
parent
c10c8713bb
commit
846b47ff3a
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ usage() {
|
|||
echo -e "Access options:"
|
||||
echo -e "-f, --fakeroot Run $NAME with fakeroot privileges"
|
||||
echo -e "-r, --root Run $NAME with root privileges"
|
||||
echo -e "-p, --proot-args <args> Proot arguments (use 'junest -p \"--help\"' to check out the proot options)"
|
||||
echo -e "-p, --proot-args <args> Proot arguments (use '$CMD -p \"--help\"' to check out the proot options)"
|
||||
echo
|
||||
echo -e "Building options:"
|
||||
echo -e "-b, --build-image Build a $NAME image (must run in ArchLinux)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue