Skip to content

Commit

Permalink
fit standard doc_purpose style in nikola auto
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Kwpolska committed May 4, 2015
1 parent da352d4 commit a63e991
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 = "Builds and serves a site. Automatically detect site changes, rebuilds, and optionally refresh a browser."
doc_purpose = "builds and serves a site; automatically detects site changes, rebuilds, and optionally refreshes a browser"
cmd_options = [
{
'name': 'port',
Expand Down

0 comments on commit a63e991

Please sign in to comment.