Blame SOURCES/0005-Document-X-option-in-strace-h-output.patch

2eae47
From 57aa6acb769e4a78d769e066411661e2aa053b4b Mon Sep 17 00:00:00 2001
2eae47
From: "Dmitry V. Levin" <ldv@altlinux.org>
2eae47
Date: Wed, 21 Nov 2018 22:51:49 +0000
2eae47
Subject: [PATCH 05/27] Document -X option in strace -h output
2eae47
2eae47
* strace.c (usage): Mention -X option.
2eae47
2eae47
Reported-by: Dmitry Vyukov <dvyukov@google.com>
2eae47
Complements: v4.23~308 "Add user interface for configuring xlat output style"
2eae47
---
2eae47
 strace.c | 1 +
2eae47
 1 file changed, 1 insertion(+)
2eae47
2eae47
diff --git a/strace.c b/strace.c
2eae47
index 6d70d20..1146339 100644
2eae47
--- a/strace.c
2eae47
+++ b/strace.c
2eae47
@@ -272,6 +272,7 @@ Output format:\n\
2eae47
   -T             print time spent in each syscall\n\
2eae47
   -x             print non-ascii strings in hex\n\
2eae47
   -xx            print all strings in hex\n\
2eae47
+  -X format      set the format for printing of named constants and flags\n\
2eae47
   -y             print paths associated with file descriptor arguments\n\
2eae47
   -yy            print protocol specific information associated with socket file descriptors\n\
2eae47
 \n\
2eae47
-- 
2eae47
2.1.4
2eae47