]> granicus.if.org Git - strace/commitdiff
strace.c: split lines in strace -h output to fit into 80 columns
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 24 Jul 2019 08:26:21 +0000 (10:26 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 4 Aug 2019 22:33:09 +0000 (22:33 +0000)
* strace.c (usage): split "-yy", "-c", "-e" options descriptions to fit
into 80 columns width.

strace.c

index 59d32cb31b92cfed313fd1dc2db49083ecc9df4f..865b50cbc84c20bef6006722380e26e478c6e674 100644 (file)
--- a/strace.c
+++ b/strace.c
@@ -264,10 +264,12 @@ Output format:\n\
   -xx            print all strings in hex\n\
   -X format      set the format for printing of named constants and flags\n\
   -y             print paths associated with file descriptor arguments\n\
-  -yy            print protocol specific information associated with socket file descriptors\n\
+  -yy            print protocol specific information associated with socket\n\
+                 file descriptors\n\
 \n\
 Statistics:\n\
-  -c             count time, calls, and errors for each syscall and report summary\n\
+  -c             count time, calls, and errors for each syscall and report\n\
+                 summary\n\
   -C             like -c but also print regular output\n\
   -O overhead    set overhead for tracing syscalls to OVERHEAD usecs\n\
   -S sortby      sort syscall counts by: time, calls, name, nothing (default %s)\n\
@@ -275,7 +277,8 @@ Statistics:\n\
 \n\
 Filtering:\n\
   -e expr        a qualifying expression: option=[!]all or option=[!]val1[,val2]...\n\
-     options:    trace, abbrev, verbose, raw, signal, read, write, fault, inject, status, kvm\n\
+     options:    trace, abbrev, verbose, raw, signal, read, write, fault,\n\
+                 inject, status, kvm\n\
   -P path        trace accesses to path\n\
   -z             print only syscalls that returned without an error code\n\
   -Z             print only syscalls that returned with an error code\n\