mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Improve help message on non-existent verb (#1798)
This commit is contained in:
parent
bbcf903647
commit
ca7d47454d
1 changed files with 2 additions and 2 deletions
|
|
@ -192,8 +192,8 @@ func parseCommandLinePassOne(
|
|||
transformerSetup := transformers.LookUp(verb)
|
||||
if transformerSetup == nil {
|
||||
fmt.Fprintf(os.Stderr,
|
||||
"%s: verb \"%s\" not found. Please use \"%s --help\" for a list.\n",
|
||||
"mlr", verb, "mlr")
|
||||
"mlr: verb \"%s\" not found. Please use \"mlr -l\" for a list.\n",
|
||||
verb)
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue