From 6116585fb89973a56cbbe15606c0e9131148c765 Mon Sep 17 00:00:00 2001 From: Adam Basfop Cavendish Date: Mon, 14 Dec 2015 01:14:45 +0800 Subject: [PATCH] Add a message for showing proot arguments help --- bin/junest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/junest b/bin/junest index 18a3de8..ae494d8 100755 --- a/bin/junest +++ b/bin/junest @@ -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 Proot arguments" + echo -e "-p, --proot-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)"