diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-02-04T09·38+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-02-04T09·38+0000 |
commit | 719cebcac2e31e6c9e4f747ae35b8e6800952e0c (patch) | |
tree | 58dc9c538ce65a143bc43e78c3248d570f084478 /scripts/download-using-manifests.pl.in | |
parent | 443673620d908cb35c569c929701ba6b4c9dfc69 (diff) |
* "Fix" incorrect help message.
Diffstat (limited to 'scripts/download-using-manifests.pl.in')
-rw-r--r-- | scripts/download-using-manifests.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/download-using-manifests.pl.in b/scripts/download-using-manifests.pl.in index 128cf579371c..d48c7dd4bc3f 100644 --- a/scripts/download-using-manifests.pl.in +++ b/scripts/download-using-manifests.pl.in @@ -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; } |