]> git.sesse.net Git - c64tapwav/commitdiff
Add missing long option --train.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 15 Mar 2015 22:45:34 +0000 (23:45 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 15 Mar 2015 22:45:34 +0000 (23:45 +0100)
decode.cpp

index a832363013f3342f7a0d4d8dc939595c04c43d64..d2d6fc89a26aeecee613f6ddb446d35571d35365 100644 (file)
@@ -195,6 +195,7 @@ static struct option long_options[] = {
        {"rc-filter",        required_argument, 0, 'r' },
        {"output-filtered",  0,                 0, 'F' },
        {"crop",             required_argument, 0, 'c' },
+       {"train",            required_argument, 0, 't' },
        {"quiet",            0,                 0, 'q' },
        {"help",             0,                 0, 'h' },
        {0,                  0,                 0, 0   }