Merge pull request #290 from jamincollins/master
add parsing support for advertised force long opt
This commit is contained in:
commit
bd32c1c8fc
@ -91,6 +91,17 @@
|
||||
are:
|
||||
</para>
|
||||
<variablelist remap='IP'>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>-f</option>, <option>--force</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
This option forces the removal of the group, even if there's some user
|
||||
having the group as the primary one.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>-h</option>, <option>--help</option></term>
|
||||
<listitem>
|
||||
|
@ -323,6 +323,7 @@ static void process_flags (int argc, char **argv)
|
||||
int c;
|
||||
static struct option long_options[] = {
|
||||
{"help", no_argument, NULL, 'h'},
|
||||
{"force", no_argument, NULL, 'f'},
|
||||
{"root", required_argument, NULL, 'R'},
|
||||
{"prefix", required_argument, NULL, 'P'},
|
||||
{NULL, 0, NULL, '\0'}
|
||||
|
Loading…
Reference in New Issue
Block a user