From: Eugene Syromyatnikov Date: Thu, 21 Feb 2019 15:55:51 +0000 (+0100) Subject: strace.c: fix up formatting after commit v4.24~48 X-Git-Tag: v5.0~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7eeb205a348a93f256379a89dc5eb5e7e90f791e;p=strace strace.c: fix up formatting after commit v4.24~48 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" --- diff --git a/strace.c b/strace.c index 0a924002..4ca111d3 100644 --- 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\