---
**[tickets:#405] arm semihosting_cmdline documentation is incorrect**
**Status:** new
**Milestone:** 0.11.0
**Created:** Wed Jun 28, 2023 08:35 PM UTC by Tommy Murphy
**Last Updated:** Wed Jun 28, 2023 08:35 PM UTC
**Owner:** nobody
The documentation for `arm semihosting_cmdline` is incorrect and describes the
command as if it was a boolean commaned.
*
https://openocd.org/doc/html/Architecture-and-Core-Commands.html#index-ARM-semihosting-1:~:text=Command%3A%20arm%20semihosting_cmdline%20%5Benable%7Cdisable%5D
> Command: arm semihosting_cmdline [enable|disable]
> Set the command line to be passed to the debugger.
>
> arm semihosting_cmdline argv0 argv1 argv2 ...
Should be
> Command: arm semihosting_cmdline argv0 argv1 argv2 ...
> Set the command line to be passed to the debugger.
>
> arm semihosting_cmdline argv0 argv1 argv2 ...
---
Sent from sourceforge.net because openocd-devel@lists.sourceforge.net is
subscribed to https://sourceforge.net/p/openocd/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/openocd/admin/tickets/options. Or, if this is a
mailing list, you can unsubscribe from the mailing list.