]> git.sesse.net Git - c64tapwav/commitdiff
Add missing --min-level long option.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 14 Mar 2015 13:45:37 +0000 (14:45 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 14 Mar 2015 13:45:37 +0000 (14:45 +0100)
decode.cpp

index 4c5da355d2255b5565e788f2bf58716c2a81ff8e..5d7669af232af9febb802494df77afa021cf9b36 100644 (file)
@@ -170,6 +170,7 @@ void output_tap(const std::vector<pulse>& pulses, double calibration_factor)
 static struct option long_options[] = {
        {"auto-level",       0,                 0, 'a' },
        {"output-leveled",   0,                 0, 'A' },
 static struct option long_options[] = {
        {"auto-level",       0,                 0, 'a' },
        {"output-leveled",   0,                 0, 'A' },
+       {"min-level",        required_argument, 0, 'm' },
        {"no-calibrate",     0,                 0, 's' },
        {"plot-cycles",      0,                 0, 'p' },
        {"hysteresis-limit", required_argument, 0, 'l' },
        {"no-calibrate",     0,                 0, 's' },
        {"plot-cycles",      0,                 0, 'p' },
        {"hysteresis-limit", required_argument, 0, 'l' },