diff options
Diffstat (limited to 'src/creds/creds.c')
-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" |