From ef9d61489c26ab5780906541f615bdea9ac8ffd1 Mon Sep 17 00:00:00 2001 From: Andrew Solanto Date: Fri, 9 Apr 2021 10:16:41 -0700 Subject: [PATCH] alignment --- whee.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/whee.py b/whee.py index 74f79c5..e92c2f8 100644 --- a/whee.py +++ b/whee.py @@ -19,14 +19,14 @@ def get_arduino_port(): default = 9600 ) -parser.add_argument("--delimiter", "-d", +parser.add_argument("--delimiter","-d", help = 'the csv-style delimiter (you may need to enter this in quotes; default: ",")', default = "," ) parser.add_argument("--sample-rate", "-s", - help = "the rate in Hz at which the device sends output (default: 8000)", - default = 8000 + help = "the rate in Hz at which the device sends output (default: 8000)", + default = 8000 ) parser.add_argument("--ready-flag", "-f",