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

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