b/c...py: clarify documentation on output file
This commit is contained in:
parent
071f320a19
commit
b3efc7a12c
@ -143,7 +143,7 @@ if __name__ == "__main__":
|
||||
parser.add_argument("file", type=str,
|
||||
help="bytebeat formula file (use `-` to read from stdin)")
|
||||
parser.add_argument("-o", "--output", default="output.wav", type=str,
|
||||
help="specify output file path (default is `output.wav`")
|
||||
help="specify output WAVE file path (default is `output.wav`")
|
||||
parser.add_argument("-r", "--sample-rate", default=8000, type=int,
|
||||
help="sample rate (Hz)")
|
||||
parser.add_argument("-p", "--final-sample-rate", default=None, type=int,
|
||||
|
Loading…
Reference in New Issue
Block a user