From 5d55d57f78d983162e03a54ced4540feeb938483 Mon Sep 17 00:00:00 2001 From: Cristian Greco Date: Fri, 29 Apr 2016 19:09:09 +0200 Subject: [PATCH] Fix doc about running native commands Closes gh-5829 --- spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc index f9390950421..8a767fe1344 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc @@ -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.