Ensure that each searchargs-capable command mentions search --help.

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

View file

@ -541,7 +541,7 @@ delete:
> etiquette_cli.py delete --albums id id id > etiquette_cli.py delete --albums id id id
> etiquette_cli.py delete --album-search searchargs > etiquette_cli.py delete --album-search searchargs
See search --help for more info about searchargs. See etiquette_cli.py search --help for more info about searchargs.
'''.strip(), '''.strip(),
digest=''' digest='''
@ -621,7 +621,7 @@ export_symlinks:
In the destination directory, any existing symlinks whose target no In the destination directory, any existing symlinks whose target no
longer exists will be deleted. longer exists will be deleted.
See search --help for more info about searchargs. See etiquette_cli.py search --help for more info about searchargs.
'''.strip(), '''.strip(),
init=''' init='''
@ -638,6 +638,8 @@ purge_deleted_files:
> etiquette_cli.py purge_deleted_files > etiquette_cli.py purge_deleted_files
> etiquette_cli.py purge_deleted_files id id id > etiquette_cli.py purge_deleted_files id id id
> etiquette_cli.py purge_deleted_files searchargs > etiquette_cli.py purge_deleted_files searchargs
See etiquette_cli.py search --help for more info about searchargs.
'''.strip(), '''.strip(),
purge_empty_albums=''' purge_empty_albums='''
@ -675,6 +677,8 @@ reload_metadata:
--hash_bytes_per_second X: --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.
See etiquette_cli.py search --help for more info about searchargs.
'''.strip(), '''.strip(),
relocate=''' relocate='''
@ -772,7 +776,7 @@ show_associated_directories:
> etiquette_cli.py show_associated_directories --albums id id id > etiquette_cli.py show_associated_directories --albums id id id
> etiquette_cli.py show_associated_directories --album-search searchargs > etiquette_cli.py show_associated_directories --album-search searchargs
See search --help for more info about searchargs. See etiquette_cli.py search --help for more info about searchargs.
'''.strip(), '''.strip(),
set_searchhidden=''' set_searchhidden='''
@ -782,7 +786,7 @@ set_searchhidden:
> etiquette_cli.py set_searchhidden --photos id id id > etiquette_cli.py set_searchhidden --photos id id id
> etiquette_cli.py set_searchhidden --search searchargs > etiquette_cli.py set_searchhidden --search searchargs
See search --help for more info about searchargs. See etiquette_cli.py search --help for more info about searchargs.
'''.strip(), '''.strip(),
unset_searchhidden=''' unset_searchhidden='''
@ -792,7 +796,7 @@ unset_searchhidden:
> etiquette_cli.py unset_searchhidden --photos id id id > etiquette_cli.py unset_searchhidden --photos id id id
> etiquette_cli.py unset_searchhidden --search searchargs > etiquette_cli.py unset_searchhidden --search searchargs
See search --help for more info about searchargs. See etiquette_cli.py search --help for more info about searchargs.
'''.strip(), '''.strip(),
tag_breplace=''' tag_breplace='''