* "Fix" incorrect help message.

This commit is contained in:
Eelco Dolstra 2010-02-04 09:38:09 +00:00
parent 443673620d
commit 719cebcac2
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ if ($ARGV[0] eq "--query") {
}
elsif ($ARGV[0] ne "--substitute") {
die "syntax: $0 [--query-paths | --query-info PATHS... | --substitute PATH]\n";
die;
}