From edd2b336593cb1d3cbb38f1e3a047598a959c554 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 11 Apr 2024 19:03:54 +0200 Subject: [PATCH] journalctl: add missing --help line for --list-namespaces Follow-up for: #32236 68f66a171398e27280a95e58ae7464219cccaaec --- src/journal/journalctl.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.3