diff options
author | NRK <nrk@disroot.org> | 2021-09-22 02:33:06 +0600 |
---|---|---|
committer | Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr> | 2021-09-21 23:37:59 +0300 |
commit | 09d4b7034965125a872126e4a91cf0452c11de88 (patch) | |
tree | 4d43fe2111df8853f31af13bd805c54761e4226a | |
parent | ff8a8469fe4e877ed8efe67f4f6956ca2293d76a (diff) |
add 0 to print_usage
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); } |