diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-12-01T15·55+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-12-01T15·55+0000 |
commit | 078e20885e0805e04669f9b334a516a6d8d12763 (patch) | |
tree | f16741a27866a46806c99ec8d5c8371ae5298046 /scripts | |
parent | 905d5b91fa6fa64e549f9019f9fab4150f00c13a (diff) |
* Help text for all (non-script) programs, so no more:
$ nix-instantiate --help error: unknown flag `--help` Try `nix-instantiate --help' for more information. :-)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nix-pull.in | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |