bytebeat_compiler.py: format: humanize indentation
This commit is contained in:
parent
c32ebba8e0
commit
c593b3e3b4
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user