Skip to content

Commit

Permalink
Remove unused --full argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Oct 10, 2016
1 parent 84454a4 commit 5f0709c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ooktools/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,9 @@ def binary(frequency, prefix, suffix, baud, repeat, data, full):
help='Frequency to use.')
@click.option('--baud', '-b', default=4800, show_default=True,
help='Baud rate to use.')
@click.option('--full', '-f', is_flag=True, default=False, show_default=True,
help='Is data a full bitstring.')
@click.option('--repeat', '-r', default=25, show_default=True,
help='# of times to repeat transmission.')
def hexstring(frequency, baud, repeat, data, full):
def hexstring(frequency, baud, repeat, data):
"""
Send hex string.
"""
Expand Down

0 comments on commit 5f0709c

Please sign in to comment.