lnav/test/expected/test_cli.sh_97e19b9ff3775d84074455a2e8993a0611b1c269.err
2022-07-08 14:17:34 -07:00

9 lines
578 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

✘ error: invalid value for “-c” option
 --> command-line argument
 |  -c foo 
 |  ^ command type prefix is missing
 = help: command arguments must start with one of the following symbols to denote the type of command:
: - an lnav command (e.g. :goto 42)
; - an SQL statement (e.g. ;SELECT * FROM syslog_log)
| - an lnav script (e.g. |rename-stdin foo)