diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-03-10 19:29:43 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-03-10 19:29:43 -0500 |
commit | ed00ac25844bb0b6440029f1ef5766b22e1fa12f (patch) | |
tree | 025923073d4391c724d6ea65dbe749be5dd0c5f5 /common/locale/en-US/starting.xml | |
parent | 24842777143a44aaf08468a2289a04487cf82dc3 (diff) | |
download | pentadactyl-ed00ac25844bb0b6440029f1ef5766b22e1fa12f.tar.gz |
Move :rehash to the proper help file.
Diffstat (limited to 'common/locale/en-US/starting.xml')
-rw-r--r-- | common/locale/en-US/starting.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/common/locale/en-US/starting.xml b/common/locale/en-US/starting.xml index 2a6d33d1..da3a08d6 100644 --- a/common/locale/en-US/starting.xml +++ b/common/locale/en-US/starting.xml @@ -168,6 +168,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> <description short="true"> |