diff --git a/bytebeat_compiler.py b/bytebeat_compiler.py index 58e27b6..7124f5b 100644 --- a/bytebeat_compiler.py +++ b/bytebeat_compiler.py @@ -113,7 +113,7 @@ if __name__ == "__main__": help="amount of channels") parser.add_argument("-t", "--seconds", default=None, type=int, help="length in seconds (samples = sample rate * seconds) : " - "default = 30 seconds") + "default = 30 seconds") parser.add_argument("-l", "--samples", default=None, type=int, help="length in samples (adds to `-t`; supports negative numbers) : " "default = +0 samples")