no-gui: fix help string

This commit is contained in:
degasus 2015-04-18 15:03:42 +02:00
parent 9eb608c9da
commit 8c209b3bc9
1 changed files with 3 additions and 3 deletions

View File

@ -318,7 +318,7 @@ int main(int argc, char* argv[])
fprintf(stderr, "Usage: %s [-e <file>] [-h] [-v]\n", argv[0]);
fprintf(stderr, " -e, --exec Load the specified file\n");
fprintf(stderr, " -h, --help Show this help message\n");
fprintf(stderr, " -v, --help Print version and exit\n");
fprintf(stderr, " -v, --version Print version and exit\n");
return 1;
}