summaryrefslogtreecommitdiff
path: root/Completion/X/Utility/_x_arguments
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/X/Utility/_x_arguments')
-rw-r--r--Completion/X/Utility/_x_arguments2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Utility/_x_arguments b/Completion/X/Utility/_x_arguments
index ba6dd2a68..6bda63076 100644
--- a/Completion/X/Utility/_x_arguments
+++ b/Completion/X/Utility/_x_arguments
@@ -17,7 +17,7 @@ else
fi
opts=()
-while [[ $1 = -(O*|[CRWs]) ]]; do
+while [[ $1 = -(O*|[CRWsw]) ]]; do
opts=($opts $1)
[[ $1 = -R ]] && rawret=yes
shift