From: Dmitry V. Levin Date: Wed, 21 Nov 2018 22:51:49 +0000 (+0000) Subject: Document -X option in strace -h output X-Git-Tag: v4.26~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=341eb0859dd6b5802d37e5cb194ffb3de580ca22;p=strace Document -X option in strace -h output * strace.c (usage): Mention -X option. Reported-by: Dmitry Vyukov Complements: v4.23~308 "Add user interface for configuring xlat output style" --- diff --git a/strace.c b/strace.c index c99cf63f..30dac0e9 100644 --- a/strace.c +++ b/strace.c @@ -273,6 +273,7 @@ Output format:\n\ -T print time spent in each syscall\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\ -y print paths associated with file descriptor arguments\n\ -yy print protocol specific information associated with socket file descriptors\n\ \n\