diff --git a/src/conf.c b/src/conf.c index d6b21ef..c54cd6e 100644 --- a/src/conf.c +++ b/src/conf.c @@ -249,7 +249,9 @@ void conf_parseCLI(int argc, char** argv) { sound_volume(atof(optarg)); break; case 'v': - LOG(APPNAME": version %d.%d.%d", VMAJOR, VMINOR, VREV); + // By now it has already displayed the version. + //LOG(APPNAME": version %d.%d.%d", VMAJOR, VMINOR, VREV); + exit(EXIT_SUCCESS); case 'h': print_usage(argv); exit(EXIT_SUCCESS);