Skip to content

Commit

Permalink
docs: add help text
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Apr 11, 2019
1 parent abb984e commit 9a56c76
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,20 @@ docker run --rm -it \
--output ./output.pdf
```

Run `docker run --rm -it -v $PWD:/workdir vibranthq/press-ready --help` to show help.
Run `docker run --rm vibranthq/press-ready --help` to show help.

```bash
➜ docker run --rm vibranthq/press-ready --help
Options:
--version Show version number [boolean]
--input Input file path [required]
--output Output file path [default: "./output.pdf"]
--gray-scale Use gray scale color space instead of CMYK
[boolean] [default: false]
--enforce-outline Convert embedded fonts to outlined fonts [boolean]
--boundary-boxes Add boundary boxes on every page [boolean] [default: false]
--help Show help [boolean]
```

## Options

Expand Down

0 comments on commit 9a56c76

Please sign in to comment.