From 719cebcac2e31e6c9e4f747ae35b8e6800952e0c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 4 Feb 2010 09:38:09 +0000 Subject: [PATCH] * "Fix" incorrect help message. --- scripts/download-using-manifests.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }