From 38e79bbb25bca8b79ae2866b93c4ddf26dea2b13 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 26 Feb 2013 11:33:54 +0100 Subject: [PATCH] Shorten help text - no need to show deprecated option -F Signed-off-by: Denys Vlasenko --- strace.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/strace.c b/strace.c index 900915ee..41cfe065 100644 --- a/strace.c +++ b/strace.c @@ -201,7 +201,6 @@ usage: strace [-CdffhiqrtttTvVxxy] [-I n] [-e expr]...\n\ -d -- enable debug output to stderr\n\ -D -- run tracer process as a detached grandchild, not as parent\n\ -f -- follow forks, -ff -- with output into separate files\n\ --F -- attempt to follow vforks (deprecated, use -f)\n\ -i -- print instruction pointer at time of syscall\n\ -q -- suppress messages about attaching, detaching, etc.\n\ -r -- print relative timestamp, -t -- absolute timestamp, -tt -- with usecs\n\ @@ -212,7 +211,7 @@ usage: strace [-CdffhiqrtttTvVxxy] [-I n] [-e expr]...\n\ -h -- print help message, -V -- print version\n\ -a column -- alignment COLUMN for printing syscall results (default %d)\n\ -e expr -- a qualifying expression: option=[!]all or option=[!]val1[,val2]...\n\ - options: trace, abbrev, verbose, raw, signal, read, or write\n\ + options: trace, abbrev, verbose, raw, signal, read, write\n\ -I interruptible --\n\ 1: no signals are blocked\n\ 2: fatal signals are blocked while decoding syscall (default)\n\ @@ -229,6 +228,9 @@ usage: strace [-CdffhiqrtttTvVxxy] [-I n] [-e expr]...\n\ -E var -- remove var from the environment for command\n\ -P path -- trace accesses to path\n\ " +/* ancient, no one should use it +-F -- attempt to follow vforks (deprecated, use -f)\n\ + */ /* this is broken, so don't document it -z -- print only succeeding syscalls\n\ */ -- 2.40.0