blob: 9d078836994bc060fe5e9c09fdd7f4f969d48942 (
plain)
1
2
3
4
5
6
7
8
|
[1m[31m✘ error[0m: invalid value for “[1m-c[0m” option
[36m --> [0m[1mcommand-line argument[0m
[36m | [0m[37m[40m -c [0m[37m[40mfoo [0m
[36m | [0m [1m[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)
|