Actually, there are no long opts
This commit is contained in:
parent
99bcc1dc51
commit
83c38f6e5c
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@ main(int argc, char **argv)
|
||||||
const char *usage =
|
const char *usage =
|
||||||
"Usage: kiwmi [options] FRONTEND\n"
|
"Usage: kiwmi [options] FRONTEND\n"
|
||||||
"\n"
|
"\n"
|
||||||
" -h, --help Show help message and quit\n"
|
" -h Show help message and quit\n"
|
||||||
" -v, --version Show version number and quit\n"
|
" -v Show version number and quit\n"
|
||||||
" -V, --verbose Increase verbosity Level\n";
|
" -V Increase verbosity Level\n";
|
||||||
|
|
||||||
int option;
|
int option;
|
||||||
while ((option = getopt(argc, argv, "hvV")) != -1) {
|
while ((option = getopt(argc, argv, "hvV")) != -1) {
|
||||||
|
|
Loading…
Reference in a new issue