From 078e20885e0805e04669f9b334a516a6d8d12763 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 1 Dec 2003 15:55:05 +0000 Subject: * Help text for all (non-script) programs, so no more: $ nix-instantiate --help error: unknown flag `--help` Try `nix-instantiate --help' for more information. :-) --- scripts/nix-pull.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/nix-pull.in') diff --git a/scripts/nix-pull.in b/scripts/nix-pull.in index ded4281cfbc0..f1fb57e9b2f6 100644 --- a/scripts/nix-pull.in +++ b/scripts/nix-pull.in @@ -99,7 +99,7 @@ sub processURL { if (scalar @ARGV > 0) { while (@ARGV) { my $url = shift @ARGV; - processURL $url; + processURL $url; } } else { open CONFFILE, "<$conffile"; -- cgit 1.4.1