From 57aa6acb769e4a78d769e066411661e2aa053b4b Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Wed, 21 Nov 2018 22:51:49 +0000 Subject: [PATCH 05/27] 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" --- strace.c | 1 + 1 file changed, 1 insertion(+) diff --git a/strace.c b/strace.c index 6d70d20..1146339 100644 --- a/strace.c +++ b/strace.c @@ -272,6 +272,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\ -- 2.1.4