Skip to content

Commit

Permalink
update run command docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkvam committed Feb 5, 2018
1 parent b78286f commit c51a267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bowtie/_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def build():
add_help_option=False)
@click.argument('extra', nargs=-1, type=click.UNPROCESSED)
def run(extra):
"""Write the app, downloads the packages, and bundles it with Webpack."""
"""Build the app and serve it."""
nargs = numargs(func)
if nargs == 0:
app = func()
Expand Down

0 comments on commit c51a267

Please sign in to comment.