Skip to content

Commit

Permalink
Fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
kb1lqc committed Mar 9, 2018
1 parent 41153cb commit dc8b037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faradayio_cli/faradayio_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def setupArgparse():

# Optional arguments
parser.add_argument("-i", "--addr", default="10.0.0.1",
help="Set IP Address of TUN adapter (Farday Radio)")
help="Set IP Address of TUN adapter (Farday Radio)")
parser.add_argument("-l", "--loopback", action="store_true",
help="Use software loopback serial port")
parser.add_argument("-m", "--mtu", default="1500",
Expand Down

0 comments on commit dc8b037

Please sign in to comment.