Skip to content

Commit

Permalink
* Use {jvm} instead of <jvm> to mark parameters in options
Browse files Browse the repository at this point in the history
  • Loading branch information
weissreto committed Sep 29, 2018
1 parent ce16e1e commit 8dfb3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ This are the commands you can use:
| Short Option | Long Option | Description |
| ------------ | ----------- | ----------- |
| -h | --help | Displays the help |
| -j=<jvm> | --jvm=<jvm> | Process identifier or part of the main class of the virtual maschine to connect to |
| -i=<interval> | --interval=<interval> | Refresh interval in seconds |
| -j={jvm} | --jvm={jvm} | Process identifier or part of the main class of the virtual maschine to connect to |
| -i={interval} | --interval={interval} | Refresh interval in seconds |
| -v | --verbose | Displays detail messages |
| -V | --version | Displays version information |

Expand Down

0 comments on commit 8dfb3f9

Please sign in to comment.