mirror of
https://gitlab.com/procps-ng/procps.git
synced 2024-11-23 01:53:39 +08:00
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:
parent
36cdc11e80
commit
afb4bc0146
1
NEWS
1
NEWS
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user