mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Fix proot arguments help
This commit is contained in:
parent
acfaed0dd4
commit
c10c8713bb
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 'junest -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