From 93f5821c95cb9911e97003fe29653ad817c3d723 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Sep 2024 10:55:52 +0200 Subject: man: fix help text for systemd-creds tool's "list" verb I guess this was copy/pasted from sysupdate? Weird though. Fix it. And also reword "cat" help text to make it more precise. --- src/creds/creds.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/creds') diff --git a/src/creds/creds.c b/src/creds/creds.c index be98e74915..7eec323b9f 100644 --- a/src/creds/creds.c +++ b/src/creds/creds.c @@ -732,8 +732,8 @@ static int verb_help(int argc, char **argv, void *userdata) { printf("%1$s [OPTIONS...] COMMAND ...\n" "\n%5$sDisplay and Process Credentials.%6$s\n" "\n%3$sCommands:%4$s\n" - " list Show installed and available versions\n" - " cat CREDENTIAL... Show specified credentials\n" + " list Show list of passed credentials\n" + " cat CREDENTIAL... Show contents of specified credentials\n" " setup Generate credentials host key, if not existing yet\n" " encrypt INPUT OUTPUT Encrypt plaintext credential file and write to\n" " ciphertext credential file\n" -- cgit v1.2.3