1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-25 12:22:26 +01:00

Move :rehash to the proper help file.

This commit is contained in:
Kris Maglione
2011-03-10 19:29:43 -05:00
parent 2484277714
commit ed00ac2584
2 changed files with 22 additions and 22 deletions

View File

@@ -369,28 +369,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags>:reh :rehash</tags>
<spec>:reh<oa>ash</oa> <oa>arg</oa></spec>
<description>
<p>
Reload the &dactyl.appName; add-on, including all code, plugins,
and configuration. For users running directly from the development
repository, this is a good way to update to the latest version or
to test your changes.
</p>
<p>
Any arguments supplied are parsed as command-line arguments as
specified in <t>startup-options</t>.
</p>
<warning>
Not all plugins are designed to cleanly un-apply during a rehash.
While official plugins are safe, beware of possible instability
if you rehash while running third-party plugins.
</warning>
</description>
</item>
<item>
<tags>:re :reload</tags>
<spec>:re<oa>load</oa><oa>!</oa></spec>

View File

@@ -167,6 +167,28 @@
<h2 tag="restarting">Restarting</h2>
<item>
<tags>:reh :rehash</tags>
<spec>:reh<oa>ash</oa> <oa>arg</oa></spec>
<description>
<p>
Reload the &dactyl.appName; add-on, including all code, plugins,
and configuration. For users running directly from the development
repository, this is a good way to update to the latest version or
to test your changes.
</p>
<p>
Any arguments supplied are parsed as command-line arguments as
specified in <t>startup-options</t>.
</p>
<warning>
Not all plugins are designed to cleanly un-apply during a rehash.
While official plugins are safe, beware of possible instability
if you rehash while running third-party plugins.
</warning>
</description>
</item>
<item>
<tags>:res :restart</tags>
<spec>:res<oa>tart</oa></spec>