Correct typo

This commit is contained in:
Jason Wirth
2016-06-02 18:51:04 -07:00
parent 1f327f5b51
commit 850ce33961
+1 -1
View File
@@ -211,7 +211,7 @@ def run(ctx,
if start is None:
ctx.fail("must specify a start date with '-s' / '--start'")
if end is None:
ctx.fail("must specify an end date with '-s' / '--end'")
ctx.fail("must specify an end date with '-e' / '--end'")
if (algotext is not None) == (algofile is not None):
ctx.fail(