Skip to content

Commit 95a091b

Browse files
committed
Change the name in argparser
1 parent 47fd6d9 commit 95a091b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chords.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def signal_handler(sig, frame):
291291
# Main entry point of the script
292292
def main():
293293
global verbose,ser
294-
parser = argparse.ArgumentParser(description="Upside Down Labs - BioAmp Tool",allow_abbrev = False) # Create argument parser
294+
parser = argparse.ArgumentParser(description="Upside Down Labs - Chords-Python Tool",allow_abbrev = False) # Create argument parser
295295
parser.add_argument('-p', '--port', type=str, help="Specify the COM port") # Port argument
296296
parser.add_argument('-b', '--baudrate', type=int, default=230400, help="Set baud rate for the serial communication") # Baud rate
297297
parser.add_argument('--csv', action='store_true', help="Create and write to a CSV file") # CSV logging flag

0 commit comments

Comments
 (0)