Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Better doc_purpose for auto command.
  • Loading branch information
da2x committed May 4, 2015
1 parent 517b944 commit da352d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/command/auto.py
Expand Up @@ -36,7 +36,7 @@
class CommandAuto(Command):
"""Start debugging console."""
name = "auto"
doc_purpose = "automatically detect site changes, rebuild and optionally refresh a browser"
doc_purpose = "Builds and serves a site. Automatically detect site changes, rebuilds, and optionally refresh a browser."
cmd_options = [
{
'name': 'port',
Expand Down

0 comments on commit da352d4

Please sign in to comment.