summaryrefslogtreecommitdiff
path: root/completions/xmlwf
diff options
context:
space:
mode:
Diffstat (limited to 'completions/xmlwf')
-rw-r--r--completions/xmlwf4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/xmlwf b/completions/xmlwf
index 6b7ad1ba..15206134 100644
--- a/completions/xmlwf
+++ b/completions/xmlwf
@@ -11,8 +11,8 @@ _xmlwf()
return 0
;;
-e)
- COMPREPLY=( $( compgen -W 'US-ASCII UTF-8 UTF-16 \
- ISO-8859-1' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W 'US-ASCII UTF-8 UTF-16 ISO-8859-1' \
+ -- "$cur" ) )
return 0
;;
-v)