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

937f90
From 85fdd99f8d80b370caad30fc09e2b1b18a43b1d6 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
937f90
Subject: [PATCH] usage(): Print summary for the -n option
937f90
937f90
This option is mentioned in the man page, but not in the help text
937f90
---
937f90
 xauth.c | 1 +
937f90
 1 file changed, 1 insertion(+)
937f90
937f90
diff --git a/xauth.c b/xauth.c
937f90
index 13f6ace..4db47fb 100644
937f90
--- a/xauth.c
937f90
+++ b/xauth.c
937f90
@@ -67,6 +67,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",
937f90
 "",
937f90
 "and commands have the following syntax:",
937f90
 "",
937f90
-- 
937f90
1.8.3.1
937f90