about summary refs log tree commit diff
path: root/Completion/X/Command/_xauth
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/X/Command/_xauth')
-rw-r--r--Completion/X/Command/_xauth2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_xauth b/Completion/X/Command/_xauth
index 14dfc8400..22ebffecd 100644
--- a/Completion/X/Command/_xauth
+++ b/Completion/X/Command/_xauth
@@ -41,7 +41,7 @@ while [[ -n "$state" ]]; do
 	  group) _message -e ids 'group-id';;
 	  data) _message -e values 'hexdata';;
 	  *) 
-	    _wanted options expl 'xauth generate options' \
+	    _wanted options expl 'xauth generate option' \
 	      compadd trusted untrusted timeout group data && ret=0
 	    ;;
 	  esac