chore: reorder log-strip and log-append

reorder to maintain consistency with documentation
This commit is contained in:
Wes Koerber 2023-07-13 20:58:20 -04:00
parent 5656381cc3
commit df5379bac5

View file

@ -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' },