From: Winterhuman <86165318+Winterhuman@users.noreply.github.com> Date: Thu, 18 Apr 2024 00:43:28 +0000 (+0000) Subject: journalctl: update help to say "priority range" (#32323) X-Git-Tag: v256-rc1~150 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad938537ef4c8e8a77704557f2cb23e35f894b5d;p=thirdparty%2Fsystemd.git journalctl: update help to say "priority range" (#32323) Clarify that `-p, --priority=` always treats its option as a priority range, even when given a single log level per the full man page description. Co-authored-by: Mike Yuan --- diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index cc598697905..8b60e890ee0 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -228,7 +228,7 @@ static int help(void) { " -t --identifier=STRING Show entries with the specified syslog identifier\n" " -T --exclude-identifier=STRING\n" " Hide entries with the specified syslog identifier\n" - " -p --priority=RANGE Show entries with the specified priority\n" + " -p --priority=RANGE Show entries within the specified priority range\n" " --facility=FACILITY... Show entries with the specified facilities\n" " -g --grep=PATTERN Show entries with MESSAGE matching PATTERN\n" " --case-sensitive[=BOOL] Force case sensitive or insensitive matching\n"