Actually, there are no long opts

This commit is contained in:
buffet 2019-03-19 22:22:24 +01:00
parent 99bcc1dc51
commit 83c38f6e5c

View file

@ -26,9 +26,9 @@ main(int argc, char **argv)
const char *usage =
"Usage: kiwmi [options] FRONTEND\n"
"\n"
" -h, --help Show help message and quit\n"
" -v, --version Show version number and quit\n"
" -V, --verbose Increase verbosity Level\n";
" -h Show help message and quit\n"
" -v Show version number and quit\n"
" -V Increase verbosity Level\n";
int option;
while ((option = getopt(argc, argv, "hvV")) != -1) {