docs: put that on separate line
This commit is contained in:
parent
d875721d20
commit
260eadad82
@ -39,12 +39,14 @@ chmod +x distribusi
|
|||||||
./distribusi -p <path> -s
|
./distribusi -p <path> -s
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want to ignore certain paths, you can use `-i/--ignore` (comma separated list, wildcards supported, more [here] for supported patterns):
|
If you want to ignore certain paths, you can use `-i/--ignore`:
|
||||||
|
|
||||||
```
|
```
|
||||||
./distribusi -p <path> -s -i '*.gif, *.md, mydir'
|
./distribusi -p <path> -s -i '*.gif, *.md, mydir'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
It supports a list of patterns in a comma separated list, wildcards work, more [here].
|
||||||
|
|
||||||
If you run into issues, run with `-d/--debug` to see what is happening under the hood.
|
If you run into issues, run with `-d/--debug` to see what is happening under the hood.
|
||||||
|
|
||||||
## Hacking
|
## Hacking
|
||||||
|
Loading…
Reference in New Issue
Block a user