projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aff299
)
ps: document -T option
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 20 Sep 2009 18:29:25 +0000
(20:29 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 20 Sep 2009 18:29:25 +0000
(20:29 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/usage.h
patch
|
blob
|
history
diff --git
a/include/usage.h
b/include/usage.h
index 6f9d155c362ccec2a04780c2ee628c7b51872f82..c7013de22ccbee4e8480dda99bb49cb45ca74aad 100644
(file)
--- a/
include/usage.h
+++ b/
include/usage.h
@@
-3424,6
+3424,9
@@
"Report process status\n" \
"\nOptions:" \
"\n -o col1,col2=header Select columns for display" \
+ IF_FEATURE_SHOW_THREADS( \
+ "\n -T Show threads" \
+ )
#else /* !ENABLE_DESKTOP */