{man1,doc/web}: Updated userdelete's --delete-home -> --delete-directory.
--- a/doc/web/source/howto/manage_accounts.rst Mon Jun 09 18:47:44 2014 +0000
+++ b/doc/web/source/howto/manage_accounts.rst Mon Jun 09 18:54:44 2014 +0000
@@ -40,10 +40,10 @@
.. program:: vmm userdelete
Syntax:
- | **vmm userdelete** *address* [**‒‒delete-home**] [**‒‒force**]
- | **vmm ud** *address* [**‒‒delete-home**] [**‒‒force**]
+ | **vmm userdelete** *address* [**‒‒delete-directory**] [**‒‒force**]
+ | **vmm ud** *address* [**‒‒delete-directory**] [**‒‒force**]
-.. option:: --delete-home
+.. option:: --delete-directory
When this option is present, :command:`vmm` will also delete the account's
home directory.
--- a/man/man1/vmm.1 Mon Jun 09 18:47:44 2014 +0000
+++ b/man/man1/vmm.1 Mon Jun 09 18:54:44 2014 +0000
@@ -757,12 +757,12 @@
.\" ------------------------------------
.SS userdelete (ud)
.BI "vmm userdelete" " address"
-.RB [ \-\-delete\-home ]
+.RB [ \-\-delete\-directory ]
.RB [ \-\-force ]
.PP
.\" ------------------------------------
.TP
-.B \-\-delete\-home
+.B \-\-delete\-directory
When this option is present,
.B vmm
will also delete the account\(aqs home directory.