diff options
Diffstat (limited to 'tascam_fw_console/cli.py')
| -rw-r--r-- | tascam_fw_console/cli.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tascam_fw_console/cli.py b/tascam_fw_console/cli.py index 7db084b..2319ad9 100644 --- a/tascam_fw_console/cli.py +++ b/tascam_fw_console/cli.py @@ -28,9 +28,9 @@ Options: -c CARD_NUM --card=CARD_NUM Number of the ALSA sound card -d GUID --device=GUID GUID of the FW unit -I IP --listen-ip=IP IP to listen on [default: 127.0.0.1] - -P PORT --listen-port=PORT Port to listen on [default: 8000] + -P PORT --listen-port=PORT Port to listen on [default: 8100] -i IP --ip=IP IP to communicate to [default: 127.0.0.1] - -p PORT --port=PORT Port to communicate to [default: 3819] + -p PORT --port=PORT Port to communicate to [default: 9100] """ from docopt import docopt |
