Skip to content

Commit

Permalink
Driver path is weewx.drivers.vantage, not weewx.driver.vantage
Browse files Browse the repository at this point in the history
  • Loading branch information
tkeffer committed Mar 21, 2018
1 parent 6b61def commit e07b031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/wee_config
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def main():
"specified then replace existing configuration file.")
parser.add_option("--driver", metavar="DRIVER",
help="Use the driver DRIVER. "
"For example, weewx.driver.vantage")
"For example, weewx.drivers.vantage")
parser.add_option("--latitude", metavar="yy.y",
help="The station latitude in decimal degrees.")
parser.add_option("--longitude", metavar="xx.x",
Expand Down
2 changes: 1 addition & 1 deletion docs/utilities.htm
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h1 id="wee_config_utility"><span class="code">wee_config</span></h1>
--output=OUT_CONFIG Save to configuration file OUT_CONFIG. If not
specified then replace existing configuration file.
--driver=DRIVER Use the driver DRIVER. For example,
weewx.driver.vantage
weewx.drivers.vantage
--latitude=yy.y The station latitude in decimal degrees.
--longitude=xx.x The station longitude in decimal degrees.
--altitude=zz,(foot|meter)
Expand Down

0 comments on commit e07b031

Please sign in to comment.