1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

* "Fix" incorrect help message.

This commit is contained in:
Eelco Dolstra 2010-02-04 09:38:09 +00:00
parent 443673620d
commit 719cebcac2

View file

@ -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;
}