Fix doc about running native commands

Closes gh-5829
This commit is contained in:
Cristian Greco 2016-04-29 19:09:09 +02:00 committed by Stephane Nicoll
parent ef7b511b0e
commit 5d55d57f78

View File

@ -415,7 +415,7 @@ From inside the embedded shell you can run other commands directly:
----
The embedded shell supports ANSI color output as well as `tab` completion. If you need
to run a native command you can use the `$` prefix. Hitting `ctrl-c` will exit the
to run a native command you can use the `!` prefix. Hitting `ctrl-c` will exit the
embedded shell.