1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-07 05:35:45 +01:00

Add bang support to :delgroup to delete all groups.

This commit is contained in:
Doug Kearns
2011-07-05 19:33:46 +10:00
parent 905c571b31
commit 20cc063b68
2 changed files with 16 additions and 4 deletions

View File

@@ -189,10 +189,13 @@
</item>
<item>
<tags>:delgr :delgroup</tags>
<spec>:delgr<oa>oup</oa> <a>group</a></spec>
<spec>:delgr<oa>oup</oa>!</spec>
<description>
<p>
Delete the specified <a>group</a>.
Delete the specified <a>group</a>. With <oa>!</oa> delete all
user groups.
</p>
</description>
</item>