Merge pull request #27 from jcjordyn130/patch-1

Fix the help text
This commit is contained in:
Dave Reisner 2016-06-12 08:48:58 -04:00 committed by GitHub
commit 585b1f790f

View File

@ -11,7 +11,7 @@ usage: ${0##*/} chroot-dir [command]
-h Print this help message -h Print this help message
-u <user>[:group] Specify non-root user and optional group to use -u <user>[:group] Specify non-root user and optional group to use
If 'command' is unspecified, ${0##*/} will launch /bin/sh. If 'command' is unspecified, ${0##*/} will launch /bin/bash.
EOF EOF
} }