From 225fa105b6bffa5e60f9eb4f5d3c04cf62f9c91a Mon Sep 17 00:00:00 2001 From: Joerg Hofrichter Date: Thu, 26 Nov 2020 14:41:05 +0100 Subject: docs: mpm: correct ? notation to display help For displaying the docstring of a command, the ? character needs to be prepended to the command, not appended. --- host/docs/mpm.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host') diff --git a/host/docs/mpm.dox b/host/docs/mpm.dox index 2642eca42..d53025fb5 100644 --- a/host/docs/mpm.dox +++ b/host/docs/mpm.dox @@ -71,9 +71,9 @@ argument is a network address at which the device can be reached. If the connection succeeds, commands can be directly entered on the command line. MPM Shell supports tab completion and on-line help using the `?` operator: -By appending it to a command, its docstring will be displayed. +By prepending it to a command, its docstring will be displayed. - > get_clock_source? + > ?get_clock_source Arguments to the commands can simply be appended to the command itself: -- cgit v1.2.3