passwordstore: add hint for subkey=password (#54221)

Clarify that subkey=password will always return the first line. Adding a YAML style subkey called "password" is not possible.
This commit is contained in:
Julian 2019-04-05 22:11:14 +02:00 committed by Alicia Cozine
parent 22e1f33f5e
commit dafdcf286a

View file

@ -38,7 +38,7 @@ DOCUMENTATION = """
type: bool
default: 'no'
subkey:
description: Return a specific subkey of the password.
description: Return a specific subkey of the password. When set to C(password), always returns the first line.
default: password
userpass:
description: Specify a password to save, instead of a generated one.