about summary refs log tree commit diff
path: root/Completion/Unix/Command/_less
diff options
context:
space:
mode:
authordana <dana@dana.is>2019-02-24 14:37:34 -0600
committerdana <dana@dana.is>2019-02-24 14:37:34 -0600
commit2331785afbdeee674b235711bdca05e3a7c685ca (patch)
tree82ac32deb97cf5f740b8c24136d53d379545da87 /Completion/Unix/Command/_less
parentd4f989973952063a4815898eebb0c3922513aad5 (diff)
downloadzsh-2331785afbdeee674b235711bdca05e3a7c685ca.tar.gz
zsh-2331785afbdeee674b235711bdca05e3a7c685ca.tar.xz
zsh-2331785afbdeee674b235711bdca05e3a7c685ca.zip
unposted: _less: Fix typo
Reported here: https://www.reddit.com/r/zsh/comments/au98zv/_/
Diffstat (limited to 'Completion/Unix/Command/_less')
-rw-r--r--Completion/Unix/Command/_less2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_less b/Completion/Unix/Command/_less
index 7f01952d2..44e4653eb 100644
--- a/Completion/Unix/Command/_less
+++ b/Completion/Unix/Command/_less
@@ -41,7 +41,7 @@ _arguments -S -s -A "[-+]*"  \
   '(-d --dumb)'{-d,--dumb}'[suppress error message if terminal is dumb]' \
   '(-e -E --quit-at-eof --QUIT-AT-EOF)'{-e,--quit-at-eof}'[exit the second time end-of-file is reached]' \
   '(-e -E --quit-at-eof --QUIT-AT-EOF)'{-E,--QUIT-AT-EOF}'[exit when end-of-file is reached]' \
-  '(-f --force)'{-f,--force}'[force opening of non-reqular files]' \
+  '(-f --force)'{-f,--force}'[force opening of non-regular files]' \
   '(-F --quit-if-one-screen)'{-F,--quit-if-one-screen}'[exit if entire file fits on first screen]' \
   '(-G --HILITE-SEARCH -g --hilite-search)'{-g,--hilite-search}'[highlight only one match for searches]' \
   '(-g --hilite-search -G --HILITE-SEARCH)'{-G,--HILITE-SEARCH}'[disable highlighting of search matches]' \