about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPoncho <poncho@spahan.ch>2024-02-14 18:56:40 +0100
committerOliver Kiddle <opk@zsh.org>2024-02-15 14:55:17 +0100
commit2d2086557ef80117e939253a68580abe07c89fe2 (patch)
tree35e859a2a39f85a617b0bed3c7ef5fc70514f97b
parent173c0b14ab9ad1f54e74a2573d8212a720df1762 (diff)
downloadzsh-2d2086557ef80117e939253a68580abe07c89fe2.tar.gz
zsh-2d2086557ef80117e939253a68580abe07c89fe2.tar.xz
zsh-2d2086557ef80117e939253a68580abe07c89fe2.zip
github #112: Completion: todo.sh uses shorthelp and not showhelp
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Unix/Command/_todo.sh2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cbf7d699..36029a2a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2024-02-15  Oliver Kiddle  <opk@zsh.org>
 
+	* github #112: Poncho: Completion/Unix/Command/_todo.sh:
+	Completion: todo.sh uses shorthelp and not showhelp
+
 	* 52535: Doc/Makefile.in, Doc/Zsh/prompt.yo, Doc/Zsh/zle.yo,
 	Doc/Zsh/mod_hlgroup.yo, NEWS: documentation for highlight groups
 
diff --git a/Completion/Unix/Command/_todo.sh b/Completion/Unix/Command/_todo.sh
index e26bfc94f..fc84ee076 100644
--- a/Completion/Unix/Command/_todo.sh
+++ b/Completion/Unix/Command/_todo.sh
@@ -74,7 +74,7 @@ case $state in
     "replace:replace in NUMBER the TEXT."
     "remdup:remove exact duplicates from todo.txt."
     "report:adds the number of open and done items to report.txt."
-    "showhelp:list the one-line usage of all built-in and add-on actions."
+    "shorthelp:list the one-line usage of all built-in and add-on actions."
   )
   _describe -t todo-commands 'todo.sh command' cmdlist
   ;;