From: Lennart Poettering Date: Wed, 11 Sep 2024 08:55:52 +0000 (+0200) Subject: man: fix help text for systemd-creds tool's "list" verb X-Git-Tag: v257-rc1~483 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93f5821c95cb9911e97003fe29653ad817c3d723;p=thirdparty%2Fsystemd.git 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. --- diff --git a/src/creds/creds.c b/src/creds/creds.c index be98e74915c..7eec323b9ff 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"