docs: don't muddle flags here, just use -i
This commit is contained in:
parent
c7677b0821
commit
a9b4a901d0
@ -111,7 +111,7 @@ Run `distribusi-go` on `<path>` and serve it locally for viewing:
|
|||||||
If you want to ignore certain paths, you can use `-i/--ignore`:
|
If you want to ignore certain paths, you can use `-i/--ignore`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./distribusi -p <path> -s -i '*.gif, *.md, mydir'
|
./distribusi -p <path> -i '*.gif, *.md, mydir'
|
||||||
```
|
```
|
||||||
|
|
||||||
It supports a list of patterns in a comma separated list, wildcards work, more [on pkg.go.dev].
|
It supports a list of patterns in a comma separated list, wildcards work, more [on pkg.go.dev].
|
||||||
|
Loading…
x
Reference in New Issue
Block a user