]> granicus.if.org Git - strace/commitdiff
strace.c: move -v to Output format section in strace -h message
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 24 Jul 2019 08:20:52 +0000 (10:20 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 4 Aug 2019 22:33:09 +0000 (22:33 +0000)
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.

strace.c

index 17b12dc4b71e8fab47519a23925689cd64a348e3..59d32cb31b92cfed313fd1dc2db49083ecc9df4f 100644 (file)
--- 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\
 "