man: groupmod: fix misleading param
--append has no argument in groupmod.c but the man pages states GID as parameter. In order to avoid confusion remove it from man page. Signed-off-by: Sebastian Gross <sgross@emlix.com>
This commit is contained in:
committed by
Iker Pedrosa
parent
8a93576ff9
commit
9176206a7c
+1
-1
@@ -70,7 +70,7 @@
|
||||
<variablelist remap='IP'>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>-a</option>, <option>--append</option> <replaceable>GID</replaceable>
|
||||
<option>-a</option>, <option>--append</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>If group members are specified with -U, append them to the existing
|
||||
|
||||
Reference in New Issue
Block a user