From: Denys Vlasenko Date: Sun, 20 Sep 2009 18:29:25 +0000 (+0200) Subject: ps: document -T option X-Git-Tag: 1_16_0~478 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=532609e36e6a34184af46edfba2616368c7389f3;p=oweals%2Fbusybox.git ps: document -T option Signed-off-by: Denys Vlasenko --- diff --git a/include/usage.h b/include/usage.h index 6f9d155c3..c7013de22 100644 --- 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 */