README.md: Add the -h usage text [#26]
This commit is contained in:
parent
048323e50f
commit
f623733427
21
README.md
21
README.md
|
@ -54,3 +54,24 @@ Valid tags:
|
|||
player in my samples_
|
||||
- `<!-- __CINERA_PLAYER__ -->` _the player_
|
||||
- `<!-- __CINERA_SCRIPT__ -->` _the listeners that enable interaction with the player_
|
||||
|
||||
#### Arguments
|
||||
|
||||
Usage: ./hmml_to_html [option(s)] filename(s)
|
||||
|
||||
Options:
|
||||
-c <CSS directory path>
|
||||
Override default CSS directory (".")
|
||||
-i <images directory path>
|
||||
Override default images directory (".")
|
||||
-j <JS directory path>
|
||||
Override default JS directory (".")
|
||||
-o <output location>
|
||||
Override default output location ("out.html")
|
||||
-q <quotes directory path>
|
||||
Override default quotes directory ("/home/matt/git/GitHub/insofaras/25fc16d58a297a486334")
|
||||
-t <template location>
|
||||
Override default template location ("template.html")
|
||||
and automatically enable integration
|
||||
-h
|
||||
display this help
|
||||
|
|
Loading…
Reference in New Issue