diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-08-21 01:02:08 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-08-21 01:02:08 +0200 |
commit | c05276f23e216a706936f1ee45a7005f86b3599c (patch) | |
tree | 13ce47ab15d1366aff8e7484c6f58ef0a6085077 | |
parent | adac1c93ab355b8aa45ecbcf7879ec98b44d36f8 (diff) |
journalctl: reword things a bit
-rw-r--r-- | src/journal/journalctl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 7f25cdb9a2..1dee74a935 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -590,7 +590,8 @@ static int setup_keys(void) { fprintf(stderr, "\n" "The new key pair has been generated. The " ANSI_HIGHLIGHT_ON "secret sealing key" ANSI_HIGHLIGHT_OFF " has been written to\n" - "the following local file. It should not be used on multiple hosts.\n" + "the following local file. This key file is automatically updated when the\n" + "sealing key is advanced. It should not be used on multiple hosts.\n" "\n" "\t%s\n" "\n" |