diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-05 23:54:30 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-05 23:54:30 +0000 |
commit | d5b20a126a15d6ef0a72626bbd4ece725327ee3b (patch) | |
tree | b7aa608a2e459ffcc8ffebeda54565c17e4a4673 /trunk/src/jail-commit | |
parent | a8d79e6b97de7280c88551699f1dec852e7d4452 (diff) | |
download | simplepkg-d5b20a126a15d6ef0a72626bbd4ece725327ee3b.tar.gz simplepkg-d5b20a126a15d6ef0a72626bbd4ece725327ee3b.tar.bz2 |
small changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@272 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/jail-commit')
-rwxr-xr-x | trunk/src/jail-commit | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/trunk/src/jail-commit b/trunk/src/jail-commit index 1d5de09..de0dab4 100755 --- a/trunk/src/jail-commit +++ b/trunk/src/jail-commit @@ -30,9 +30,9 @@ fi function usage { echo $BASENAME: commit a jail configuration into a template - echo "usage: \'$BASENAME [<jail-path> [template]]\'" - echo " \'$BASENAME --all\' to commit all templates" - echo " \'$BASENAME --help\' for help" + echo "usage: \"$BASENAME [<jail-path> [template]]\"" + echo " \"$BASENAME --all\" to commit all templates" + echo " \"$BASENAME --help\" for help" } @@ -138,10 +138,10 @@ elif [ "$1" == "--all" ]; then elif echo $1 | grep -q -e "^--"; then usage elif [ ! -z "$1" ]; then - echo "This is jail-commit; Run \'$BASENAME --help\' for help" + echo "This is jail-commit; Run \"$BASENAME --help\" for help" do_commit $1 $2 else - echo "This is jail-commit; Run \'$BASENAME --help\' for help" + echo "This is jail-commit; Run \"$BASENAME --help\" for help" if [ -f $JAIL_LIST ]; then for jailpath in `cat $JAIL_LIST`; do do_commit $jailpath |