doc/web/source/howto/manage_accounts.rst
branchv0.7.x
changeset 752 271bd82c05c0
parent 738 935b4901d652
child 757 3d592b5d5e2d
--- a/doc/web/source/howto/manage_accounts.rst	Sun Jun 08 17:11:55 2014 +0000
+++ b/doc/web/source/howto/manage_accounts.rst	Sun Jun 08 17:15:55 2014 +0000
@@ -36,15 +36,30 @@
 
 userdelete
 ----------
+
+.. program:: vmm userdelete
+
 Syntax:
- | **vmm userdelete** *address* [**‒‒force**]
- | **vmm ud** *address* [**‒‒force**]
+ | **vmm userdelete** *address* [**‒‒delete-home**] [**‒‒force**]
+ | **vmm ud** *address* [**‒‒delete-home**] [**‒‒force**]
+
+.. option:: --delete-home
+
+ When this option is present, :command:`vmm` will also delete the account's
+ home directory.
+ This overrides the *account.delete_directory* setting of :file:`vmm.cfg`.
+
+.. option:: --force
+
+ When this option is given, :command:`vmm` will delete the account, even if
+ there are aliases with the account's address as their destination.
+ Those aliases will be deleted too.
 
 Use this subcommand to delete the account with the given *address*.
 
 If there are one or more aliases with an identical destination address,
 :command:`vmm` will abort the requested operation and show an error message.
-To prevent this, give the optional argument **‒‒force**.
+To prevent this, give the optional argument :option:`--force`.
 
 userinfo
 --------