Updated help strings
This commit is contained in:
@@ -94,21 +94,24 @@ def query_options(f):
|
|||||||
metavar="KEYWORD",
|
metavar="KEYWORD",
|
||||||
default=None,
|
default=None,
|
||||||
multiple=True,
|
multiple=True,
|
||||||
help="Search for keyword(s).",
|
help="Search for keyword KEYWORD. "
|
||||||
|
'If more than one keyword, treated as "OR", e.g. find photos match any keyword',
|
||||||
),
|
),
|
||||||
o(
|
o(
|
||||||
"--person",
|
"--person",
|
||||||
metavar="PERSON",
|
metavar="PERSON",
|
||||||
default=None,
|
default=None,
|
||||||
multiple=True,
|
multiple=True,
|
||||||
help="Search for person(s).",
|
help="Search for person PERSON. "
|
||||||
|
'If more than one person, treated as "OR", e.g. find photos match any person',
|
||||||
),
|
),
|
||||||
o(
|
o(
|
||||||
"--album",
|
"--album",
|
||||||
metavar="ALBUM",
|
metavar="ALBUM",
|
||||||
default=None,
|
default=None,
|
||||||
multiple=True,
|
multiple=True,
|
||||||
help="Search for album(s).",
|
help="Search for album ALBUM. "
|
||||||
|
'If more than one album, treated as "OR", e.g. find photos match any album',
|
||||||
),
|
),
|
||||||
o(
|
o(
|
||||||
"--uuid",
|
"--uuid",
|
||||||
|
|||||||
Reference in New Issue
Block a user