From 66426760beef7e87c4735f433d123daf911b5b4a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 5 Jun 2011 03:58:28 +0200 Subject: *: remove "Options:" string from help texts function old new delta packed_usage 28706 28623 -83 Signed-off-by: Denys Vlasenko --- procps/ps.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'procps/ps.c') diff --git a/procps/ps.c b/procps/ps.c index 7f273d0a6..213695f16 100644 --- a/procps/ps.c +++ b/procps/ps.c @@ -15,7 +15,6 @@ //usage: "[-o COL1,COL2=HEADER]" IF_FEATURE_SHOW_THREADS(" [-T]") //usage:#define ps_full_usage "\n\n" //usage: "Show list of processes\n" -//usage: "\nOptions:" //usage: "\n -o COL1,COL2=HEADER Select columns for display" //usage: IF_FEATURE_SHOW_THREADS( //usage: "\n -T Show threads" @@ -26,7 +25,6 @@ //usage:#if !ENABLE_SELINUX && !ENABLE_FEATURE_PS_WIDE //usage:#define USAGE_PS "\nThis version of ps accepts no options" //usage:#else -//usage:#define USAGE_PS "\nOptions:" //usage:#endif //usage: //usage:#define ps_trivial_usage -- cgit v1.2.3