From a8d79e6b97de7280c88551699f1dec852e7d4452 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 5 Apr 2007 23:33:05 +0000 Subject: CHANGELOG update git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@271 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/jail-commit | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'trunk/src/jail-commit') diff --git a/trunk/src/jail-commit b/trunk/src/jail-commit index 9e2a031..1d5de09 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 [ [template]]" - echo " $BASENAME --all to commit all templates" - echo " $BASENAME --help for help" + echo "usage: \'$BASENAME [ [template]]\'" + echo " \'$BASENAME --all\' to commit all templates" + echo " \'$BASENAME --help\' for help" } @@ -138,8 +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" do_commit $1 $2 else + 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 -- cgit v1.2.3