lnav/test/expected/test_cli.sh_97e19b9ff3775d84074455a2e8993a0611b1c269.err

9 lines
578 B
Plaintext
Raw Normal View History

2022-07-08 21:17:34 +00:00
✘ error: invalid value for “-c” option
2022-05-23 03:44:18 +00:00
 --> command-line argument
 |  -c foo 
2022-07-08 21:17:34 +00:00
 |  ^ 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)