From: OpenOCD-Gerrit <ope...@us...> - 2021-12-03 21:56:12
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 15110b2b5bf3459d038e6142d151c3856760e387 (commit) from 39197e3e5345964686b7d5e2c3fce3d63563a7e9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 15110b2b5bf3459d038e6142d151c3856760e387 Author: Yasushi SHOJI <ya...@sp...> 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...@sp...> Reviewed-on: https://review.openocd.org/c/openocd/+/6735 Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/doc/openocd.texi b/doc/openocd.texi index 2c612e0a3..e0234e577 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -8250,6 +8250,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. ----------------------------------------------------------------------- Summary of changes: doc/openocd.texi | 7 +++++++ 1 file changed, 7 insertions(+) hooks/post-receive -- Main OpenOCD repository |