snice: Minor fix for help screen

\n: gives a lonesome colon.

References:
 https://bugs.debian.org/1086641

Signed-off-by: Craig Small <csmall@dropbear.xyz>
This commit is contained in:
Craig Small 2024-11-04 20:37:51 +11:00
parent 36cdc11e80
commit afb4bc0146
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -34,6 +34,7 @@ procps-ng-NEXT
* ps: Add -o pcap,pcaps to show permitted capabilities
* ps: Zombies show <defunct> 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

View File

@ -343,7 +343,7 @@ static void __attribute__ ((__noreturn__)) skillsnice_usage(FILE * out)
fputs(_(" --ns <pid> match the processes that belong to the same\n"
" namespace as <pid>\n"), out);
fputs(_(" --nslist <ns,...> 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);