From afb4bc0146c33c3ea0b1d4a5bc842edc89d16403 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 4 Nov 2024 20:37:51 +1100 Subject: [PATCH] snice: Minor fix for help screen \n: gives a lonesome colon. References: https://bugs.debian.org/1086641 Signed-off-by: Craig Small --- NEWS | 1 + src/skill.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 609f4547..8d8547e5 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,7 @@ procps-ng-NEXT * ps: Add -o pcap,pcaps to show permitted capabilities * ps: Zombies show in the commandname issue #355 * slabtop: Add --human option for slab size + * snice: Minor fix for help screen Debian #1086441 * sysctl: Add glob excludes merge #206 * sysctl: --all skips stat_refresh Debian #978688 * top: added a 'CLS' scheduling class field, like ps diff --git a/src/skill.c b/src/skill.c index 4934343f..2c646b53 100644 --- a/src/skill.c +++ b/src/skill.c @@ -343,7 +343,7 @@ static void __attribute__ ((__noreturn__)) skillsnice_usage(FILE * out) fputs(_(" --ns match the processes that belong to the same\n" " namespace as \n"), out); fputs(_(" --nslist list which namespaces will be considered for\n" - " the --ns option; available namespaces are\n:" + " the --ns option; available namespaces are:\n" " ipc, mnt, net, pid, user, uts\n"), out); fputs(USAGE_SEPARATOR, out);