diff options
-rw-r--r-- | host/docs/mpm.dox | 4 |
1 files changed, 2 insertions, 2 deletions
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: |