mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 08:36:54 -04:00
Fix wee_extension --install typo
This commit is contained in:
@@ -904,8 +904,8 @@ Options:
|
||||
<p>Use this action to install an extension. You must specify the
|
||||
path to a .zip archive, a .tgz/.tar.gz archive, or a directory.</p>
|
||||
|
||||
<pre class='tty cmd'>wee_extension --install extensions/basic
|
||||
wee_extension --install basic.tar.gz</pre>
|
||||
<pre class='tty cmd'>wee_extension --install=examples/basic
|
||||
wee_extension --install=basic.tar.gz</pre>
|
||||
|
||||
<h3>Action <span class="code">--list</span></h3>
|
||||
<p>This action will list all the extensions that you have
|
||||
|
||||
Reference in New Issue
Block a user