@@ -288,13 +288,6 @@ USAGE:
288288 Get the status of async-profiler on a running Java application
289289
290290OPTIONS :
291- -keep -k, keep the heap dump in the container; by default the heap dump/JFR/... will
292- be deleted from the container's filesystem after being downloaded
293- -local-dir -ld, the local directory path that the dump/JFR/... file will be saved to,
294- defaults to the current directory
295- -no-download -nd, don't download the heap dump/JFR/... file to local, only keep it in the
296- container, implies '--keep'
297- -verbose -v, enable verbose output for the plugin
298291 -app-instance-index -i [index], select to which instance of the app to connect
299292 -args -a, Miscellaneous arguments to pass to the command (if supported) in the
300293 container, be aware to end it with a space if it is a simple option. For
@@ -305,6 +298,13 @@ OPTIONS:
305298 -container-dir -cd, the directory path in the container that the heap dump/JFR/... file will be
306299 saved to
307300 -dry-run -n, just output to command line what would be executed
301+ -keep -k, keep the heap dump in the container; by default the heap dump/JFR/... will
302+ be deleted from the container's filesystem after being downloaded
303+ -local-dir -ld, the local directory path that the dump/JFR/... file will be saved to,
304+ defaults to the current directory
305+ -no-download -nd, don't download the heap dump/JFR/... file to local, only keep it in the
306+ container, implies '--keep'
307+ -verbose -v, enable verbose output for the plugin
308308
309309</pre>
310310
0 commit comments