1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

core, plugins: simplify help on parameters that can be repeated in commands

This commit is contained in:
Sébastien Helleu
2024-08-24 10:59:21 +02:00
parent 08ad5be78d
commit 9f44a1087b
20 changed files with 1040 additions and 876 deletions
+3 -3
View File
@@ -325,9 +325,9 @@ script_command_init ()
" || list [-o|-ol|-i|-il]"
" || search <text>"
" || show <script>"
" || load|unload|reload <script> [<script>...]"
" || autoload|noautoload|toggleautoload <script> [<script>...]"
" || install|remove|installremove|hold [-q] <script> [<script>...]"
" || load|unload|reload <script>..."
" || autoload|noautoload|toggleautoload <script>..."
" || install|remove|installremove|hold [-q] <script>..."
" || upgrade"
" || update"
" || -up|-down [<number>]"