diff options
author | Jiří Klimeš <blueowl@centrum.cz> | 2016-07-14 20:59:22 +0200 |
---|---|---|
committer | Jiří Klimeš <blueowl@centrum.cz> | 2016-07-15 12:26:24 +0200 |
commit | 6c71fd588fcf307974e37d4e7d37206816503e8d (patch) | |
tree | 505df85b254516ddd9dab835521eecdadf3b65f3 /man | |
parent | 250662a5d8de64a2031ec2d85a4ab919fd0d7593 (diff) |
man: correct '--field' option in nmcli man page
Diffstat (limited to 'man')
-rw-r--r-- | man/nmcli.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/nmcli.xml b/man/nmcli.xml index bfdac8b47..661200793 100644 --- a/man/nmcli.xml +++ b/man/nmcli.xml @@ -191,7 +191,7 @@ <arg choice='plain'><option>-f</option></arg> <arg choice='plain'><option>--fields</option></arg> <group choice='req'> - <arg conice='plain' rep='repeat'><replaceable>field</replaceable></arg> + <arg choice='plain' rep='repeat'><replaceable>field1</replaceable>,<replaceable>field2</replaceable></arg> <arg choice='plain'>all</arg> <arg choice='plain'>common</arg> </group> |