This is an automated email from Gerrit.

"Yasushi SHOJI <yasushi.sh...@gmail.com>" just uploaded a new patch set to 
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/6735

-- gerrit

commit 2897f4533081c3793703566e81b3d80790cda24f
Author: Yasushi SHOJI <ya...@spacecubics.com>
Date:   Mon Nov 22 08:21:50 2021 +0900

    doc/openocd.texi: Document usage command
    
    Document usage command under General Commands -> Server Commands. The
    text is taken from the command's help string.
    
    Change-Id: I957cb46cca98181c3c5e676228c5c103e47bb655
    Signed-off-by: Yasushi SHOJI <ya...@spacecubics.com>

diff --git a/doc/openocd.texi b/doc/openocd.texi
index af777bd84..bfc056f0c 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -8255,6 +8255,13 @@ In most cases, no such restriction is listed; this 
indicates commands
 which are only available after the configuration stage has completed.
 @end deffn
 
+@deffn {Command} {usage} [string]
+With no parameters, prints usage text for all commands.  Otherwise,
+prints all usage text of which command, help text, and usage text
+containing @var{string}.
+Not every command provides helptext.
+@end deffn
+
 @deffn {Command} {sleep} msec [@option{busy}]
 Wait for at least @var{msec} milliseconds before resuming.
 If @option{busy} is passed, busy-wait instead of sleeping.

-- 

Reply via email to