diff options
author | Jiří Klimeš <blueowl@centrum.cz> | 2016-07-14 20:54:54 +0200 |
---|---|---|
committer | Jiří Klimeš <blueowl@centrum.cz> | 2016-07-15 12:26:24 +0200 |
commit | 250662a5d8de64a2031ec2d85a4ab919fd0d7593 (patch) | |
tree | bbd89c46c7ba79ed45a3dd0ad4d9499f207af4e2 /man | |
parent | dfa26f2227d945df6a91d591e0b3bbc00c73e720 (diff) |
man: correct '--wait' option in nmcli man page
Diffstat (limited to 'man')
-rw-r--r-- | man/nmcli.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/man/nmcli.xml b/man/nmcli.xml index 4b341de21..bfdac8b47 100644 --- a/man/nmcli.xml +++ b/man/nmcli.xml @@ -258,13 +258,11 @@ </varlistentry> <varlistentry> - <term><arg> - <group choice='plain'> - <arg choice='plain'><option>-w</option></arg> - <arg choice='plain'><option>--wait</option></arg> - </group> - <arg choice='plain' rep='repeat'><replaceable>seconds</replaceable></arg> - </arg></term> + <term><group choice='plain'> + <arg choice='plain'><option>-w</option></arg> + <arg choice='plain'><option>--wait</option></arg></group> + <arg choice='plain'><replaceable>seconds</replaceable></arg> + </term> <listitem> <para>This option sets a timeout period for which <command>nmcli</command> will |