Clarify that these flags require a following argument.

This commit is contained in:
voussoir 2021-05-18 23:38:04 -07:00
parent 2d2e80824f
commit 5d736f49ce
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -611,7 +611,7 @@ export_symlinks:
> etiquette_cli.py export_symlinks --destination directory --album-search searchargs > etiquette_cli.py export_symlinks --destination directory --album-search searchargs
flags: flags:
--destination: --destination X:
A path to a directory into which the symlinks will be placed. A path to a directory into which the symlinks will be placed.
--dry: --dry:
@ -672,7 +672,7 @@ reload_metadata:
By default, we wil skip any files that have the same mtime and byte By default, we wil skip any files that have the same mtime and byte
size as before. You can pass --force to always reload. size as before. You can pass --force to always reload.
--hash_bytes_per_second: --hash_bytes_per_second X:
A string like "10mb" to limit the speed of file hashing for the purpose A string like "10mb" to limit the speed of file hashing for the purpose
of reducing system load. of reducing system load.
'''.strip(), '''.strip(),