aboutsummaryrefslogtreecommitdiffstats
path: root/init-repository
diff options
context:
space:
mode:
Diffstat (limited to 'init-repository')
-rwxr-xr-xinit-repository4
1 files changed, 3 insertions, 1 deletions
diff --git a/init-repository b/init-repository
index ef2e6d55..a0bef71a 100755
--- a/init-repository
+++ b/init-repository
@@ -96,7 +96,9 @@ while (@ARGV) {
} elsif ($arg eq "-no-update") {
$no_update = 1;
} else {
- die("Illegal argument: $arg");
+ print("*** Unknown option: $arg\n");
+ printUsage();
+ exit(1);
}
shift;
}