mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
a27198e8ca
... and a pile of other changes
487 B
487 B
✘ error: invalid value for “-c” option
--> arg
| -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)
--> arg
| -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)