chiark / gitweb /
journal: implement generic sharable mmap caching logic
[elogind.git] / src / journal / journalctl.c
index 138bf09d48082124bb3dd96f35c5728b459652ee..b4874a77be5737b40e2e52bfbfb9606d675dac0e 100644 (file)
@@ -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);