diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-09-11 10:55:52 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-09-11 15:21:21 +0200 |
commit | 93f5821c95cb9911e97003fe29653ad817c3d723 (patch) | |
tree | 2e1d2c07a256e8f2793842f12ee2fa82135b4111 /src | |
parent | pcrlock: log if we generate an "empty" policy (diff) | |
download | systemd-93f5821c95cb9911e97003fe29653ad817c3d723.tar.xz systemd-93f5821c95cb9911e97003fe29653ad817c3d723.zip |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/creds/creds.c | 4 |
1 files changed, 2 insertions, 2 deletions
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" |