wavfind tool

This commit is contained in:
Jamie Hardt
2022-11-26 21:06:46 -08:00
parent ea60cb21b3
commit ec85811aaa
2 changed files with 35 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ class MissingDataError(RuntimeError):
def main():
parser = OptionParser()
parser.usage = 'wavinfo (--adm | --ixml) [FILES]'
parser.usage = 'wavinfo (--adm | --ixml) <FILE> +'
# parser.add_option('-f', dest='output_format', help='Set the output format',
# default='json',