X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=src%2Fmain.c;h=00ef6d8cac495e3df70bf7407f38a01ac18d33b3;hb=22055d604b1207680ded02d98715df5cafdf8648;hp=9f0acda95e1f0813be7cdde9d32babb3957505de;hpb=1dfc0dbf2c48d2d445c7514af4081de5c96b875e;p=smdp.git diff --git a/src/main.c b/src/main.c index 9f0acda..00ef6d8 100644 --- a/src/main.c +++ b/src/main.c @@ -36,6 +36,7 @@ void usage() { fprintf(stderr, "%s", " -i, --invert swap black and white color\n"); fprintf(stderr, "%s", " -t, --notrans disable transparency in transparent terminal\n"); fprintf(stderr, "%s", " -s, --noslidenum do not show slide number at the bottom\n"); + fprintf(stderr, "%s", " -v, --version display the version number and license\n"); fprintf(stderr, "%s", " -x, --noslidemax show slide number, but not total number of slides\n"); fprintf(stderr, "%s", "\nWith no FILE, or when FILE is -, read standard input.\n\n"); exit(EXIT_FAILURE);