]> git.sesse.net Git - nageru/commitdiff
Add missing short options.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 11 Jul 2016 18:23:34 +0000 (20:23 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 11 Jul 2016 18:23:34 +0000 (20:23 +0200)
flags.cpp

index 06add31d388d2e844018555ef3e146fa036b4920..33d47b9d481e23de79d5c56d10b1624475c2b96a 100644 (file)
--- a/flags.cpp
+++ b/flags.cpp
@@ -78,7 +78,7 @@ void parse_flags(int argc, char * const argv[])
        };
        for ( ;; ) {
                int option_index = 0;
-               int c = getopt_long(argc, argv, "c:t:", long_options, &option_index);
+               int c = getopt_long(argc, argv, "c:t:v:m:", long_options, &option_index);
 
                if (c == -1) {
                        break;