about summary refs log tree commit diff
path: root/Completion/Unix/Command/_sysctl
diff options
context:
space:
mode:
authordana <dana@dana.is>2019-02-26 01:21:29 -0600
committerdana <dana@dana.is>2019-02-26 01:21:29 -0600
commit29222ca186339aa7b69f33a00fc61b40b32dc307 (patch)
treecaac1e431659d7c457d5fbadfc64b2c52ddbacbf /Completion/Unix/Command/_sysctl
parent2331785afbdeee674b235711bdca05e3a7c685ca (diff)
downloadzsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar.gz
zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar.xz
zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.zip
44080: Completion: Fix several option-description typos
Diffstat (limited to 'Completion/Unix/Command/_sysctl')
-rw-r--r--Completion/Unix/Command/_sysctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_sysctl b/Completion/Unix/Command/_sysctl
index 2bdcc71f5..0416ca05e 100644
--- a/Completion/Unix/Command/_sysctl
+++ b/Completion/Unix/Command/_sysctl
@@ -85,7 +85,7 @@ case $OSTYPE in
       '(-A -a -M)-q[silently ignore nonexistent variables]' \
       '(-M -x)-r[binary output]' \
       '(-a -A -d -e -f -M -r)-w[write mode]' \
-      '(-d -M -r)*-x[hex output. -xx for hexdupm-like output]' \
+      '(-d -M -r)*-x[hex output. -xx for hexdump-like output]' \
       '*:sysctl variable:_multi_parts ${words[(r)-w]:+-S=} -i . sysctlvars'
   ;;
   *)