Skip to content

Commit

Permalink
Merge pull request #86 from lowtower/patch-1
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
flopp authored Mar 19, 2021
2 parents 6b29529 + 60855ad commit aeb5830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpxtrackposter/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def main() -> None:
dest="from_strava",
metavar="FILE",
type=str,
help="JSON file containning config used to get activities from strava",
help="JSON file containing config used to get activities from strava",
)
args_parser.add_argument("--verbose", dest="verbose", action="store_true", help="Verbose logging.")
args_parser.add_argument("--logfile", dest="logfile", metavar="FILE", type=str)
Expand All @@ -183,7 +183,7 @@ def main() -> None:
metavar="DISTANCE",
type=float,
default=20.0,
help="Special Distance2 by km and corlor with the special_color2",
help="Special Distance2 by km and color with the special_color2",
)
args_parser.add_argument(
"--min-distance",
Expand Down

0 comments on commit aeb5830

Please sign in to comment.