Skip to content

Commit

Permalink
docs: add note about -j param for #3736
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Dec 1, 2024
1 parent 25d4a9a commit 4114151
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/cli-parameters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,13 @@ _Options used for list-frameworks commands (`apktool list-frameworks {options}`)

_Options that can be used with any command_

```
-j <NUM>, --jobs <NUM>
```

- Sets the number of threads to use when parallel operations are available.
- Defaults to the number of processors available, with a max of 8.

```
-v, --verbose
```
Expand Down

0 comments on commit 4114151

Please sign in to comment.