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