autoupdater: use non-ascii character for long-options

This commit is contained in:
lemoer 2018-05-24 21:59:58 +02:00
parent 750c8671cd
commit 8830b83d8f
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ static void parse_args(int argc, char *argv[], struct settings *settings) {
OPTION_HELP = 'h',
OPTION_NO_ACTION = 'n',
OPTION_FALLBACK = 256,
OPTION_NO_VERSIONCHECK = 255,
OPTION_NO_VERSIONCHECK = 257,
};
const struct option options[] = {