Skip to content

Commit

Permalink
Fix epilogue in hdlc-tester's argparse
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Aug 15, 2023
1 parent 4919c58 commit 82de4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdlcontroller/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_arg_parser():
arg_parser = ArgumentParser(
description="HDLC controller example",
epilog="""
Example: hdlc_test -d /dev/ttyUSB0 -b 115200 -m 'Hello world!'
Example: hdlc-tester -d /dev/ttyUSB0 -b 115200 -m 'Hello world!'
""",
)

Expand Down

0 comments on commit 82de4b3

Please sign in to comment.