enhance translation

pull/229/head
beiwei30 6 years ago
parent a378d05f52
commit 30f3deeb39

@ -1,15 +1,15 @@
dump
===
Dump the bytecode the loaded classes to a specified directory.
> Dump the bytecode for the particular classes to the specified directory.
### Options
|Name|Specification|
|---:|:---|
|*class-pattern*|pattern for the class name|
|[c:]|hashcode of the [class loader](classloader.md) that loaded the class|
|[E]|turn on regex matching while the default is wildcard matching|
|*class-pattern*|class name pattern|
|`[c:]`|hashcode of the [class loader](classloader.md) that loaded the target class|
|`[E]`|turn on regex match, the default behavior is wild card match|
### Usage

Loading…
Cancel
Save