@@ -288,6 +288,10 @@ USAGE:
288288 Get the status of async-profiler on a running Java application
289289
290290OPTIONS :
291+ -local-dir -ld, the local directory path that the dump/JFR/... file will be saved to,
292+ defaults to the current directory
293+ -no-download -nd, don't download the heap dump/JFR/... file to local, only keep it in the
294+ container, implies '--keep'
291295 -verbose -v, enable verbose output for the plugin
292296 -app-instance-index -i [index], select to which instance of the app to connect
293297 -args -a, Miscellaneous arguments to pass to the command (if supported) in the
@@ -301,10 +305,6 @@ OPTIONS:
301305 -dry-run -n, just output to command line what would be executed
302306 -keep -k, keep the heap dump in the container; by default the heap dump/JFR/... will
303307 be deleted from the container's filesystem after being downloaded
304- -local-dir -ld, the local directory path that the dump/JFR/... file will be saved to,
305- defaults to the current directory
306- -no-download -nd, don't download the heap dump/JFR/... file to local, only keep it in the
307- container, implies '--keep'
308308
309309</pre>
310310
0 commit comments