From bbfb25f4b923bde7bcff7ef69e6e83e90440e704 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 13 Jan 2023 16:22:46 +0100 Subject: creds: Add ImportCredential= ImportCredential= takes a credential name and searches for a matching credential in all the credential stores we know about it. It supports globs which are expanded so that all matching credentials are loaded. --- src/ask-password/ask-password.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ask-password') diff --git a/src/ask-password/ask-password.c b/src/ask-password/ask-password.c index de41d7b641..b45842f1cb 100644 --- a/src/ask-password/ask-password.c +++ b/src/ask-password/ask-password.c @@ -44,8 +44,8 @@ static int help(void) { " --id=ID Query identifier (e.g. \"cryptsetup:/dev/sda5\")\n" " --keyname=NAME Kernel key name for caching passwords (e.g. \"cryptsetup\")\n" " --credential=NAME\n" - " Credential name for LoadCredential=/SetCredential=\n" - " credentials\n" + " Credential name for ImportCredential=, LoadCredential= or\n" + " SetCredential= credentials\n" " --timeout=SEC Timeout in seconds\n" " --echo=yes|no|masked\n" " Control whether to show password while typing (echo)\n" -- cgit v1.2.3