mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-29 03:32:49 +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__":
|
||||
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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user