summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_localedef
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_localedef')
-rw-r--r--Completion/Unix/Command/_localedef2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_localedef b/Completion/Unix/Command/_localedef
index 78d231968..4d4b4bbe3 100644
--- a/Completion/Unix/Command/_localedef
+++ b/Completion/Unix/Command/_localedef
@@ -62,7 +62,7 @@ else
[[ $OSTYPE == (freebsd*|dragonfly*) ]] && bsd_opts=(
'-D[create BSD-style output]' \
'-U[ignore undefined character symbols]' \
- '-v[verbose deguggin output]' \
+ '-v[verbose debug output]' \
'-w+[specify width file]:width file:_files' \
)