Browse Source

Correct help message for gen -r

main
Samuel Hym 11 years ago
committed by Lakshmi Vyasarajan
parent
commit
bb9f39d8e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hyde/engine.py

+ 1
- 1
hyde/engine.py View File

@@ -84,7 +84,7 @@ class Engine(Application):
@store('-d', '--deploy-path', dest='deploy', default=None,
help='Where should the site be generated?')
@true('-r', '--regen', dest='regen', default=False,
help='Only process changed files')
help='Regenerate the whole site, including unchanged files')
def gen(self, args):
"""
The generate command. Generates the site at the given


Loading…
Cancel
Save