Commit 2b96eb45 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

--skip is float, not int

parent 47ed6f7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ def main():
    parser.add_argument(
        "--skip",
        metavar="N",
        type=int,
        type=float,
        default=0,
        help="Skip the first N seconds of data. This is useful to avoid startup code influencing the results of a long-running measurement",
    )