* man/usermod.8.xml: Document the -m/--move-home option.

This commit is contained in:
nekral-guest 2009-05-18 18:28:06 +00:00
parent e3343c1d9b
commit 3e85eafb4c
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-05-17 Nicolas François <nicolas.francois@centraliens.net>
* man/usermod.8.xml: Document the -m/--move-home option.
2009-05-17 Nicolas François <nicolas.francois@centraliens.net>
* src/userdel.c (user_busy): Check if the process registered in

View File

@ -208,6 +208,21 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-m</option>, <option>--move-home</option>
</term>
<listitem>
<para>
Move the content of the user's home directory to the new
location.
</para>
<para>
This option is only valid in combination with the
<option>-d</option> (or <option>--home</option>) option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-o</option>, <option>--non-unique</option>