mirror of
https://github.com/romanz/amodem.git
synced 2026-03-18 15:46:01 +08:00
amodem: fix CLI argument help string
This commit is contained in:
@@ -142,8 +142,7 @@ def create_parser(description, interface_factory):
|
||||
receiver = subparsers.add_parser(
|
||||
'recv', help='demodulate audio signal into binary data.')
|
||||
receiver.add_argument(
|
||||
'-i', '--input', help='input file (use "-" for stdin).'
|
||||
' if not specified, `arecord` tool will be used.')
|
||||
'-i', '--input', help='input file (use "-" for stdin).')
|
||||
receiver.add_argument(
|
||||
'-o', '--output', help='output file (use "-" for stdout).')
|
||||
receiver.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user