diff --git a/man/nmcli.xml b/man/nmcli.xml index 43d469c4ca..e9517456f3 100644 --- a/man/nmcli.xml +++ b/man/nmcli.xml @@ -876,21 +876,23 @@ Add, modify or remove properties in the connection profile. To set the property just specify the property name followed by the - value. An empty value ("") removes the property value. + value. An empty value ("") resets the property value to + the default. In addition to the properties, you can also use short names for some of the properties. Consult the section for details. - If you want to append an item to the existing value, use - + prefix for the property name. If you want to remove just - one item from container-type property, use - prefix for - the property name and specify a value or an zero-based index of the item to - remove (or option name for properties with named options) as - value. The + and - - modifies only have a real effect for multi-value (container) - properties like ipv4.dns, ipv4.addresses, - bond.options, etc. + If you want to append an item or a flag to the existing value, use + + prefix for the property name or alias. If you want to + remove items from a container-type or flag property, use - prefix. + For certain properties you can also remove elements by specifying the zero-based + index(es). + The + and - modifiers + only have a real effect for properties that support them. + These are for example multi-value (container) properties or flags like ipv4.dns, + ip4, ipv4.addresses, bond.options, + 802-1x.phase1-auth-flags etc. See nm-settings5 for complete reference of setting and property names, their descriptions