Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
snugfox committed Dec 6, 2015
1 parent 561f0e6 commit d6faf8a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ npm i -g wres

## usage
```
usage: wres [-h] [-v] [-d DENSITY] [-f FORMAT] [-o OUTPUT] [-p]
[--print-template] [-t THEME] [--list-themes]
usage: wres [-h] [-v] [-d DENSITY] [-f FORMAT] [--list-formats]
[--list-themes] [-o OUTPUT] [-p] [--print-template] [-t THEME]
[resume]
Resume webpage generator
Expand All @@ -26,16 +26,17 @@ Optional arguments:
-d DENSITY, --density DENSITY
Specify the resume density (default: comfy).
-f FORMAT, --format FORMAT
Specify an external Jade template to use (not
recommended).
Specify an pre-defined or external Jade template to
use (not recommended).
--list-formats List pre-defined formats and exit.
--list-themes List pre-defined themes and exit.
-o OUTPUT, --output OUTPUT
Specify output file (default: STDOUT).
-p, --pretty Output indented HTML (default: false).
--print-template Print the template resume and exit.
-t THEME, --theme THEME
Specify a pre-defined or external CSS theme (default:
plain).
--list-themes List pre-defined themes.
```

## getting started
Expand Down

0 comments on commit d6faf8a

Please sign in to comment.