docs: don't muddle flags here, just use -i

This commit is contained in:
decentral1se 2022-02-07 15:06:01 +01:00
parent c7677b0821
commit a9b4a901d0
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -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`:
```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].