Skip to content

Commit 19899bc

Browse files
committed
Update README
1 parent ac5c777 commit 19899bc

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch: # Allows manual triggering
55
inputs:
66
version:
7-
description: 'Release version (e.g., 3.0.4), you must have a changelog ready for this version (e.h. 3.0.4-snapshot-20231001)'
7+
description: 'Release version (e.g., 3.0.4), you must have a changelog ready for this version (e.g. 3.0.4-snapshot-20231001)'
88
required: true
99
type: string
1010

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ USAGE:
275275
Get the status of async-profiler on a running Java application
276276

277277
OPTIONS:
278+
-verbose -v, enable verbose output for the plugin
279+
-app-instance-index -i [index], select to which instance of the app to connect
278280
-args -a, Miscellaneous arguments to pass to the command (if supported) in the
279281
container, be aware to end it with a space if it is a simple option. For
280282
commands that create arbitrary files (jcmd, asprof), the environment
@@ -290,8 +292,6 @@ OPTIONS:
290292
defaults to the current directory
291293
-no-download -nd, don't download the heap dump/JFR/... file to local, only keep it in the
292294
container, implies '--keep'
293-
-verbose -v, enable verbose output for the plugin
294-
-app-instance-index -i [index], select to which instance of the app to connect
295295

296296
</pre>
297297

@@ -429,9 +429,7 @@ create GitHub issues for security-related doubts or problems.
429429

430430
## Changelog
431431

432-
### Snapshot
433-
434-
### 4.0.1
432+
### 4.0.1-snapshot
435433

436434
- Fix thread-dump command
437435

0 commit comments

Comments
 (0)