about summary refs log tree commit diff
path: root/Completion/Unix/Command/_smartmontools
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/_smartmontools
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/_smartmontools')
-rw-r--r--Completion/Unix/Command/_smartmontools2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_smartmontools b/Completion/Unix/Command/_smartmontools
index c60322ee0..fe6496664 100644
--- a/Completion/Unix/Command/_smartmontools
+++ b/Completion/Unix/Command/_smartmontools
@@ -4,7 +4,7 @@ local context state state_descr line
 
 _arguments -s -S \
   '(H -i --info)'{-i,--info}'[show identity information for device]' \
-  '(H)--identify=-[show words and bits from indentification data]: : _values -S "" "words and bits"
+  '(H)--identify=-[show words and bits from identification data]: : _values -S "" "words and bits"
     "(n v)b[print all bits]"
     "w[print all words]"
     "(b v)n[suppress printing bits]"