1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-19 08:48:02 +03:00
lnav/test/expected/test_cli.sh_97e19b9ff3775d84074455a2e8993a0611b1c269.err
2022-07-08 14:17:34 -07:00

578 B

✘ 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)