Merge pull request #2645 from spdermn02/quick-fix/documentation

Incorrect sigil used for example of --list-config command
This commit is contained in:
Joakim Erdfelt 2018-06-08 15:05:41 -05:00 committed by GitHub
commit ddceef42fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
...
----