diff options
author | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-17 02:58:41 +0100 |
---|---|---|
committer | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-17 02:58:41 +0100 |
commit | d0faf626e98cf8a332afac5ac7d61c80dd8d3064 (patch) | |
tree | bca0f1aa8a8e8f8a068153c4c4b65cd34909c73a /doc/user-guide | |
parent | 82e8fe8f36b0c0c53389358dca184f6d12184933 (diff) |
put 'otr forget key' back in, which now works
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 2d6b866d..8c2a30ca 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -345,7 +345,7 @@ <description> <para> - Forgets some part of our OTR userstate. Available things: fingerprint and context. See <emphasis>help otr forget <thing></emphasis> for more information. + Forgets some part of our OTR userstate. Available things: fingerprint, context, and key. See <emphasis>help otr forget <thing></emphasis> for more information. </para> </description> @@ -376,6 +376,19 @@ </bitlbee-command> + <bitlbee-command name="key"> + <syntax>otr forget key <fingerprint></syntax> + + <description> + + <para> + Forgets an OTR private key matching the specified fingerprint. It is allowed to specify only a (unique) prefix of the fingerprint. + </para> + + </description> + + </bitlbee-command> + </bitlbee-command> </bitlbee-command> |