fix usage

This commit is contained in:
Milanka Ringwald 2016-10-11 23:19:11 +02:00
parent aea99cdfea
commit 57d3133262

View File

@ -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):