Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
seve committed Sep 11, 2019
1 parent a5e4edd commit efc07ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/cli/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def common_args(func):

@click.option("--title", "-t", help="Title to display (if omitted will use file name).")
@click.option("--about",
help="A URL to more information about the dataset.(This must be an absolute URL including HTTP(S) protocol")
help="A URL to more information about the dataset."
"(This must be an absolute URL including HTTP(S) protocol")
@click.option(
"--layout",
"-l",
Expand Down

0 comments on commit efc07ea

Please sign in to comment.