about summary refs log tree commit diff
path: root/scripts/download-using-manifests.pl.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-02-04T09·38+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-02-04T09·38+0000
commit719cebcac2e31e6c9e4f747ae35b8e6800952e0c (patch)
tree58dc9c538ce65a143bc43e78c3248d570f084478 /scripts/download-using-manifests.pl.in
parent443673620d908cb35c569c929701ba6b4c9dfc69 (diff)
* "Fix" incorrect help message.
Diffstat (limited to 'scripts/download-using-manifests.pl.in')
-rw-r--r--scripts/download-using-manifests.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/download-using-manifests.pl.in b/scripts/download-using-manifests.pl.in
index 128cf57937..d48c7dd4bc 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;
 }