summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-08-13 20:57:38 +0200
committerLennart Poettering <lennart@poettering.net>2012-08-13 20:57:38 +0200
commitb0af6f41ea67c97b8beb16fd1d63042379bbf103 (patch)
tree5c4e663404a46fefc97e43a8edafe8cd14aae3f8 /src/journal/journalctl.c
parent7560fffcd2531786b9c1ca657667a43e90331326 (diff)
journal: add all objects we add to HMAC
Diffstat (limited to 'src/journal/journalctl.c')
-rw-r--r--src/journal/journalctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
index 138bf09d48..b4874a77be 100644
--- a/src/journal/journalctl.c
+++ b/src/journal/journalctl.c
@@ -84,7 +84,7 @@ static int help(void) {
" -D --directory=PATH Show journal files from directory\n"
" -p --priority=RANGE Show only messages within the specified priority range\n\n"
"Commands:\n"
- " --new-id128 Generate a new 128 Bit id\n"
+ " --new-id128 Generate a new 128 Bit ID\n"
" --header Show journal header information\n"
" --setup-keys Generate new FSPRG key pair\n",
program_invocation_short_name);