fix typo
This commit is contained in:
parent
aeef5a3554
commit
6bd91bde7f
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ Variable names can be minimized with `--minimize-var`,
|
||||||
use `--exclude-var` to exclude variables from being minimized (for example environment config).
|
use `--exclude-var` to exclude variables from being minimized (for example environment config).
|
||||||
|
|
||||||
Function names can be minimized with `--minimize-fct`,
|
Function names can be minimized with `--minimize-fct`,
|
||||||
use `--exclude-var` to exclude functions from being minimized.
|
use `--exclude-fct` to exclude functions from being minimized.
|
||||||
|
|
||||||
Unused functions can be removed with `--remove-unused`.
|
Unused functions can be removed with `--remove-unused`.
|
||||||
Removal of unused variables is a work in progress.
|
Removal of unused variables is a work in progress.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue