diff options
| -rw-r--r-- | src/main.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -81,7 +81,7 @@ int main(int argc, char *argv[]) bool servermode = false; data_store_t *ds = data_store(); - const char* accepted = "u:s:p:n:hlmv"; + const char* accepted = "u:s:p:n:hlm"; while((opt = getopt(argc, argv, accepted)) != -1) { switch(opt) @@ -105,10 +105,6 @@ int main(int argc, char *argv[]) case 'm': print_manual(); break; - case 'v': - print_version(); - exit(EXIT_SUCCESS); - break; case 'h': // help default: print_usage(argv[0]); |
