From: Eugene Syromyatnikov Date: Wed, 24 Jul 2019 08:20:52 +0000 (+0200) Subject: strace.c: move -v to Output format section in strace -h message X-Git-Tag: v5.3~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7608fd79effc7fa86f5a7a1d1db3e1995599e3bf;p=strace strace.c: move -v to Output format section in strace -h message And also reword it into a more general and concise form in order to fit into 80-columnt width. * strace.c (usage): Move "-v" option to the "Output format" option of the help message, reword its description. --- diff --git a/strace.c b/strace.c index 17b12dc4..59d32cb3 100644 --- a/strace.c +++ b/strace.c @@ -259,6 +259,7 @@ Output format:\n\ -t print absolute timestamp\n\ -tt print absolute timestamp with usecs\n\ -T print time spent in each syscall\n\ + -v verbose mode: print entities unabbreviated\n\ -x print non-ascii strings in hex\n\ -xx print all strings in hex\n\ -X format set the format for printing of named constants and flags\n\ @@ -299,7 +300,6 @@ Startup:\n\ \n\ Miscellaneous:\n\ -d enable debug output to stderr\n\ - -v verbose mode: print unabbreviated argv, stat, termios, etc. args\n\ -h print help message\n\ -V print version\n\ "