summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-05-03 01:22:06 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-05-03 01:23:23 +0200
commitd8be227a1006f89c6e1b69c988f7c515ec15538d (patch)
tree47bc6ee890d085e0ade644a3b4a69fe3fedc9711 /Completion/Unix/Command
parent54437 (tweaked): lex: fix <-> in parameter flags (diff)
downloadzsh-d8be227a1006f89c6e1b69c988f7c515ec15538d.tar
zsh-d8be227a1006f89c6e1b69c988f7c515ec15538d.tar.gz
zsh-d8be227a1006f89c6e1b69c988f7c515ec15538d.tar.bz2
zsh-d8be227a1006f89c6e1b69c988f7c515ec15538d.tar.lz
zsh-d8be227a1006f89c6e1b69c988f7c515ec15538d.tar.xz
zsh-d8be227a1006f89c6e1b69c988f7c515ec15538d.tar.zst
zsh-d8be227a1006f89c6e1b69c988f7c515ec15538d.zip
unposted: remove the 'this' from 'show this help and exit' in completers
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_myrepos2
-rw-r--r--Completion/Unix/Command/_tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_myrepos b/Completion/Unix/Command/_myrepos
index d26c1245b..b667746e8 100644
--- a/Completion/Unix/Command/_myrepos
+++ b/Completion/Unix/Command/_myrepos
@@ -61,7 +61,7 @@ case $state in
"offline:advise mr that it is in offline mode"
"online:advise mr that it is in online mode"
"remember:remember a command to be run later"
- "help:display this help."
+ "help:display help."
)
mr_alias=(
diff --git a/Completion/Unix/Command/_tex b/Completion/Unix/Command/_tex
index 1a70b5058..c5f0c370c 100644
--- a/Completion/Unix/Command/_tex
+++ b/Completion/Unix/Command/_tex
@@ -24,6 +24,6 @@ _arguments : \
'-src-specials=-[insert source specials in certain places of the DVI file]:WHERE:_values -s , WHERE cr display hbox math par parend vbox' \
'-translate-file=-[use the TCX file TCXNAME]:TCXNAME:' \
'-8bit[make all characters printable by default]' \
- '-help[display this help and exit]' \
+ '-help[display help and exit]' \
'-version[output version information and exit]' \
'*:TeX or LaTeX file:_files -g "*.(tex|TEX|texinfo|texi|dtx)(-.)"'