esvsearch: update inaccurate usage message
This commit is contained in:
parent
0fe81de6c2
commit
d7201d9f9a
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ main(string[] args)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (args.length < 2) {
|
if (args.length < 2) {
|
||||||
stderr.writefln("usage: %s [-e] [-l length] query",
|
stderr.writefln("usage: %s [-eV] [-c config] query",
|
||||||
baseName(args[0]));
|
baseName(args[0]));
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue