Update help files
Benno Schulenberg suggested some changes to the help messages to provide some consistency and clarity for both the users and translators of procps. The test needed to be updated as the pmap output changed too. Signed-off-by: Craig Small <csmall@enc.com.au>
This commit is contained in:
6
skill.c
6
skill.c
@@ -356,7 +356,7 @@ static void __attribute__ ((__noreturn__)) skillsnice_usage(FILE * out)
|
||||
fputs(_(" -i, --interactive interactive\n"), out);
|
||||
fputs(_(" -l, --list list all signal names\n"), out);
|
||||
fputs(_(" -L, --table list all signal names in a nice table\n"), out);
|
||||
fputs(_(" -n, --no-action no action\n"), out);
|
||||
fputs(_(" -n, --no-action do not actually kill processes; just print what would happen\n"), out);
|
||||
fputs(_(" -v, --verbose explain what is being done\n"), out);
|
||||
fputs(_(" -w, --warnings enable warnings (not implemented)\n"), out);
|
||||
fputs(USAGE_SEPARATOR, out);
|
||||
@@ -371,8 +371,8 @@ 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.\n"
|
||||
" Available namespaces: ipc, mnt, net, pid, user, uts\n"), out);
|
||||
" the --ns option; available namespaces are\n:"
|
||||
" ipc, mnt, net, pid, user, uts\n"), out);
|
||||
|
||||
fputs(USAGE_SEPARATOR, out);
|
||||
fputs(USAGE_SEPARATOR, out);
|
||||
|
Reference in New Issue
Block a user