From: Steinar H. Gunderson Date: Sat, 14 Mar 2015 13:45:37 +0000 (+0100) Subject: Add missing --min-level long option. X-Git-Url: https://git.sesse.net/?p=c64tapwav;a=commitdiff_plain;h=4a894453d8e0e92c452689fbea07cdfb34869a83 Add missing --min-level long option. --- diff --git a/decode.cpp b/decode.cpp index 4c5da35..5d7669a 100644 --- a/decode.cpp +++ b/decode.cpp @@ -170,6 +170,7 @@ void output_tap(const std::vector& pulses, double calibration_factor) 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' },