mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
chore: reorder log-strip and log-append
reorder to maintain consistency with documentation
This commit is contained in:
parent
5656381cc3
commit
df5379bac5
1 changed files with 1 additions and 1 deletions
|
|
@ -254,8 +254,8 @@ void options_parse(int argc, char *argv[])
|
|||
{"list-devices", no_argument, 0, 'L' },
|
||||
{"log", no_argument, 0, 'l' },
|
||||
{"log-file", required_argument, 0, OPT_LOG_FILE },
|
||||
{"log-strip", no_argument, 0, OPT_LOG_STRIP },
|
||||
{"log-append", no_argument, 0, OPT_LOG_APPEND },
|
||||
{"log-strip", no_argument, 0, OPT_LOG_STRIP },
|
||||
{"socket", required_argument, 0, 'S' },
|
||||
{"map", required_argument, 0, 'm' },
|
||||
{"color", required_argument, 0, 'c' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue