aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/jail-commit
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/jail-commit')
-rwxr-xr-xtrunk/src/jail-commit2
1 files changed, 2 insertions, 0 deletions
diff --git a/trunk/src/jail-commit b/trunk/src/jail-commit
index 61b93bf..9e2a031 100755
--- a/trunk/src/jail-commit
+++ b/trunk/src/jail-commit
@@ -135,6 +135,8 @@ if [ "$1" == "--help" ]; then
usage
elif [ "$1" == "--all" ]; then
template_svn_commit $BASE_CONF/templates
+elif echo $1 | grep -q -e "^--"; then
+ usage
elif [ ! -z "$1" ]; then
do_commit $1 $2
else