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:
parent
fbcc752ad7
commit
b5fea4f4f6
|
@ -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
|
||||
...
|
||||
----
|
||||
|
||||
|
|
Loading…
Reference in New Issue