diff options
author | Jiří Klimeš <blueowl@centrum.cz> | 2016-07-14 22:06:10 +0200 |
---|---|---|
committer | Jiří Klimeš <blueowl@centrum.cz> | 2016-07-15 12:26:24 +0200 |
commit | c875471430f78f94d6b8529c7e22594977d039f9 (patch) | |
tree | e5e7fb635aa9a43eb994b679a5785ac9c2c8f974 /man | |
parent | 887cdcc217244172eb7f1ecd40fda8261213388a (diff) | |
download | NetworkManager-c875471430f78f94d6b8529c7e22594977d039f9.tar.gz |
nmcli: fix 'nmcli device modify' description
Fixes: 8b4494598d04b6754a69463a4dc7274fdff8763f
Diffstat (limited to 'man')
-rw-r--r-- | man/nmcli.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/nmcli.xml b/man/nmcli.xml index ff8e63e699..2912318661 100644 --- a/man/nmcli.xml +++ b/man/nmcli.xml @@ -1258,8 +1258,9 @@ <varlistentry> <term> <command>modify</command> + <arg choice='plain'><replaceable>ifname</replaceable></arg> <arg rep='repeat' choice='plain'> - <group> + <group choice='req'> <arg choice='plain'><replaceable>option</replaceable> <replaceable>value</replaceable></arg> <arg choice='plain'>[+|-]<replaceable>setting</replaceable>.<replaceable>property</replaceable> <replaceable>value</replaceable></arg> </group> |