Blame SOURCES/0001-usage-Print-summary-for-the-n-option.patch

02a31d
From 2f4dd910fd2964cc2d9c1006c41681beac63b91c Mon Sep 17 00:00:00 2001
02a31d
From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= <ssp@redhat.com>
02a31d
Date: Thu, 26 Sep 2013 12:30:03 -0400
02a31d
Subject: [PATCH xauth] usage(): Print summary for the -n option
02a31d
02a31d
This option is mentioned in the man page, but not in the help text
02a31d
02a31d
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
02a31d
---
02a31d
 xauth.c | 1 +
02a31d
 1 file changed, 1 insertion(+)
02a31d
02a31d
diff --git a/xauth.c b/xauth.c
02a31d
index 85fcaf4..d9efda0 100644
02a31d
--- a/xauth.c
02a31d
+++ b/xauth.c
02a31d
@@ -68,6 +68,7 @@ usage(void)
02a31d
 "    -q                             turn off extra messages",
02a31d
 "    -i                             ignore locks on authority file",
02a31d
 "    -b                             break locks on authority file",
02a31d
+"    -n                             do not resolve host names in authority file",
02a31d
 "    -V                             show version number of xauth",
02a31d
 "",
02a31d
 "and commands have the following syntax:",
02a31d
-- 
02a31d
2.4.0
02a31d