Incorrect sigil used for example of --list-config command

changed % to $ in the example of --list-config command

Signed-off-by: Jameson Allen <jameson.f.allen@gmail.com>
This commit is contained in:
Jameson Allen 2018-06-08 14:36:50 -05:00
parent fbcc752ad7
commit b5fea4f4f6
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ You can see the configuration of the `demo-base` by using the following commands
> java -jar $JETTY_HOME/start.jar --list-modules
...
> java -jar %JETTY_HOME/start.jar --list-config
> java -jar $JETTY_HOME/start.jar --list-config
...
----