mirror of
https://github.com/ep1cman/unifi-protect-backup.git
synced 2026-01-03 17:13:19 +00:00
show default buffer size in command help
This commit is contained in:
@@ -121,6 +121,7 @@ all warnings, and websocket data
|
|||||||
@click.option(
|
@click.option(
|
||||||
'--download-buffer-size',
|
'--download-buffer-size',
|
||||||
default='512MiB',
|
default='512MiB',
|
||||||
|
show_default=True,
|
||||||
envvar='DOWNLOAD_BUFFER_SIZE',
|
envvar='DOWNLOAD_BUFFER_SIZE',
|
||||||
help='How big the download buffer should be (you can use suffixes like "B", "KiB", "MiB", "GiB")',
|
help='How big the download buffer should be (you can use suffixes like "B", "KiB", "MiB", "GiB")',
|
||||||
callback=lambda ctx, param, value: human_readable_to_float(value),
|
callback=lambda ctx, param, value: human_readable_to_float(value),
|
||||||
|
|||||||
Reference in New Issue
Block a user