summaryrefslogtreecommitdiffstats
path: root/test/expected/test_cli.sh_97e19b9ff3775d84074455a2e8993a0611b1c269.err
blob: 9d078836994bc060fe5e9c09fdd7f4f969d48942 (plain)
1
2
3
4
5
6
7
8
✘ 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)