add 0 to print_usage

master
NRK 2021-09-22 02:33:06 +06:00 committed by Berke Kocaoğlu
parent ff8a8469fe
commit 09d4b70349
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const opt_t *options = (const opt_t*) &_options;
void print_usage(void)
{
printf("usage: nsxiv [-abcfhiopqrtvZ] [-A FRAMERATE] [-e WID] [-G GAMMA] "
printf("usage: nsxiv [-abcfhi0opqrtvZ] [-A FRAMERATE] [-e WID] [-G GAMMA] "
"[-g GEOMETRY] [-N NAME] [-T TITLE] [-n NUM] [-S DELAY] [-s MODE] "
"[-z ZOOM] FILES...\n");
}