]> granicus.if.org Git - strace/commitdiff
strace.c: fix up formatting after commit v4.24~48
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 21 Feb 2019 15:55:51 +0000 (16:55 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 25 Feb 2019 19:08:05 +0000 (19:08 +0000)
The commit v4.24~48 "Implement -e kvm= option on all architectures",
while removing #ifdef, left formatting of the help message string a bit
inconsistent.

* strace.c (usage): Move "\n\" bit after "kvm", remove double quotes.

Complements: v4.24~48 "Implement -e kvm= option on all architectures"

strace.c

index 0a924002c2b152c5d447827a0402891b58ecb4e3..4ca111d34a99b4556b10a9c5a99d0c8124a9da1c 100644 (file)
--- a/strace.c
+++ b/strace.c
@@ -267,8 +267,7 @@ 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, kvm"
-"\n\
+     options:    trace, abbrev, verbose, raw, signal, read, write, fault, inject, kvm\n\
   -P path        trace accesses to path\n\
 \n\
 Tracing:\n\