From: Lennart Poettering Date: Thu, 11 Apr 2024 17:03:54 +0000 (+0200) Subject: journalctl: add missing --help line for --list-namespaces X-Git-Tag: v256-rc1~169^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=edd2b336593cb1d3cbb38f1e3a047598a959c554;p=thirdparty%2Fsystemd.git journalctl: add missing --help line for --list-namespaces Follow-up for: #32236 68f66a171398e27280a95e58ae7464219cccaaec --- diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 0008e8a7557..cc598697905 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -265,6 +265,7 @@ static int help(void) { " -N --fields List all field names currently used\n" " -F --field=FIELD List all values that a specified field takes\n" " --list-boots Show terse information about recorded boots\n" + " --list-namespaces Show list of journal namespaces\n" " --disk-usage Show total disk usage of all journal files\n" " --vacuum-size=BYTES Reduce disk usage below specified size\n" " --vacuum-files=INT Leave only the specified number of journal files\n"