summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-05-23 00:34:42 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-05-23 00:34:42 +0200
commit9e07219c7814972893d1f3bb67b43108fe83212a (patch)
tree81352d21edcc0a021849fe9d4b0978e0595a60e1 /include
parent765b0eed3ef29a80115708c3249d3a541509cd24 (diff)
downloadbusybox-w32-9e07219c7814972893d1f3bb67b43108fe83212a.tar.gz
busybox-w32-9e07219c7814972893d1f3bb67b43108fe83212a.tar.bz2
busybox-w32-9e07219c7814972893d1f3bb67b43108fe83212a.zip
ps: make "ps -o BAD" emit list of good -o params
also make ps help more informative function old new delta find_out_spec 58 103 +45 packed_usage 27039 27079 +40 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/usage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h
index 8f695f8b8..d53b86731 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3574,11 +3574,11 @@
3574#if ENABLE_DESKTOP 3574#if ENABLE_DESKTOP
3575 3575
3576#define ps_trivial_usage \ 3576#define ps_trivial_usage \
3577 "" 3577 "[-o COL1,COL2=HEADER]" IF_FEATURE_SHOW_THREADS(" [-T]")
3578#define ps_full_usage "\n\n" \ 3578#define ps_full_usage "\n\n" \
3579 "Report process status\n" \ 3579 "Show list of processes\n" \
3580 "\nOptions:" \ 3580 "\nOptions:" \
3581 "\n -o col1,col2=header Select columns for display" \ 3581 "\n -o COL1,COL2=HEADER Select columns for display" \
3582 IF_FEATURE_SHOW_THREADS( \ 3582 IF_FEATURE_SHOW_THREADS( \
3583 "\n -T Show threads" \ 3583 "\n -T Show threads" \
3584 ) 3584 )
@@ -3594,7 +3594,7 @@
3594#define ps_trivial_usage \ 3594#define ps_trivial_usage \
3595 "" 3595 ""
3596#define ps_full_usage "\n\n" \ 3596#define ps_full_usage "\n\n" \
3597 "Report process status\n" \ 3597 "Show list of processes\n" \
3598 USAGE_PS \ 3598 USAGE_PS \
3599 IF_SELINUX( \ 3599 IF_SELINUX( \
3600 "\n -Z Show selinux context" \ 3600 "\n -Z Show selinux context" \