Merge pull request #132 from adamcavendish/patch-1

Add a message for showing proot arguments help
This commit is contained in:
Filippo Squillace 2015-12-13 20:19:06 +00:00
commit 3beab7fc74

View file

@ -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"
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)"