From 5d736f49ceb9148fa2b8fc5afed09e1da4d8655f Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 18 May 2021 23:38:04 -0700 Subject: [PATCH] Clarify that these flags require a following argument. --- frontends/etiquette_cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontends/etiquette_cli.py b/frontends/etiquette_cli.py index e083ba8..20277fb 100644 --- a/frontends/etiquette_cli.py +++ b/frontends/etiquette_cli.py @@ -611,7 +611,7 @@ export_symlinks: > etiquette_cli.py export_symlinks --destination directory --album-search searchargs flags: - --destination: + --destination X: A path to a directory into which the symlinks will be placed. --dry: @@ -672,7 +672,7 @@ reload_metadata: By default, we wil skip any files that have the same mtime and byte 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 of reducing system load. '''.strip(),