mirror of
https://github.com/tstack/lnav
synced 2024-11-08 01:10:29 +00:00
a27198e8ca
... and a pile of other changes
9 lines
487 B
Plaintext
9 lines
487 B
Plaintext
[31m✘ error[0m: invalid value for “[1m-c[0m” option
|
||
[36m --> [0m[1marg[0m
|
||
[36m | [0m -c foo
|
||
[36m | [0m [31m^ command type prefix is missing[0m
|
||
[36m =[0m [36mhelp[0m: command arguments must start with one of the following symbols to denote the type of command:
|
||
[1m:[0m - an lnav command (e.g. :goto 42)
|
||
[1m;[0m - an SQL statement (e.g. ;SELECT * FROM syslog_log)
|
||
[1m|[0m - an lnav script (e.g. |rename-stdin foo)
|