forked from lix-project/lix
* "Fix" incorrect help message.
This commit is contained in:
parent
443673620d
commit
719cebcac2
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue