Skip to content

Commit

Permalink
Merge pull request #32 from kipcole9/master
Browse files Browse the repository at this point in the history
Improve error message in mix task
  • Loading branch information
kipcole9 authored Jul 5, 2023
2 parents b96763b + adafb9c commit 6387289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/update_timezones_geojson.ex
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defmodule Mix.Tasks.TzWorld.Update do
_other ->
Mix.raise(
"""
Invalid arguments found. `tzword.update` accepts the following:
Invalid arguments found. `mix tz_world.update` accepts the following:
--include-oceans
--no-include-oceans (default)
--force
Expand Down

0 comments on commit 6387289

Please sign in to comment.