]> git.sesse.net Git - c64tapwav/commitdiff
Fix long option for -A (--output-leveled).
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 11 Mar 2015 23:49:55 +0000 (00:49 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 11 Mar 2015 23:49:55 +0000 (00:49 +0100)
decode.cpp

index ab242d0be5845f7145e0b40ca75c5a646207ca25..e8263eab4757ca30a903f96aa6c32cfbc3d1997e 100644 (file)
@@ -164,6 +164,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' },
        {"no-calibrate",     0,                 0, 's' },
        {"plot-cycles",      0,                 0, 'p' },
        {"hysteresis-limit", required_argument, 0, 'l' },