Skip to content

Commit b5d9ce7

Browse files
committed
fix doc
1 parent 9486c16 commit b5d9ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ docker run --rm -ti -p 5601:5601 \
126126
--infile=/toolbox/email.mbox \
127127
--init=[True | False] \
128128
--index-bodies=True \
129-
--index-bodies-ignore-content-types application,image \
130-
--index-bodies-html-parser html5lib \
129+
--index-bodies-ignore-content-types=application,image \
130+
--index-bodies-html-parser=html5lib \
131131
--index-name=comm_data
132132
```
133133

0 commit comments

Comments
 (0)