Line -q up with the other flags. [ci skip]

This commit is contained in:
Parker Moore 2014-01-03 21:14:55 -08:00
parent 32b952803e
commit 60a231f16d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ def add_build_options(c)
c.option 'watch', '-w', '--watch', 'Watch for changes and rebuild'
c.option 'lsi', '--lsi', 'Use LSI for improved related posts'
c.option 'show_drafts', '-D', '--drafts', 'Render posts in the _drafts folder'
c.option 'quiet', '-q', '--quiet', 'Silence output.'
c.option 'quiet', '-q', '--quiet', 'Silence output.'
c.option 'verbose', '-V', '--verbose', 'Print verbose output.'
end