mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-06 03:40:16 +00:00
fix usage
This commit is contained in:
parent
aea99cdfea
commit
57d3133262
@ -301,7 +301,7 @@ def write_wav_file(fout, frame):
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
usage = '''
|
usage = '''
|
||||||
Usage: ./sbc_decoder.py input.sbc implementation[default=SIG, V1]
|
Usage: ./sbc_decoder.py input.(msbc|sbc) implementation[default=SIG, V1]
|
||||||
'''
|
'''
|
||||||
|
|
||||||
if (len(sys.argv) < 2):
|
if (len(sys.argv) < 2):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user