man nm-settings-nmcli: add "Special values" field
If there are properties that accept special values apart from the normally accepted values, or any of those values has an special meaning, it can be shown as "Special value", indicating the nicknames and numbers that can be used to select it.
This commit is contained in:
@@ -297,6 +297,7 @@ for setting_name in iter_keys_of_dicts(settings_roots, key_fcn_setting_name):
|
||||
node_set_attr(property_node, "type", properties_attrs)
|
||||
|
||||
node_set_attr(property_node, "values", properties_attrs)
|
||||
node_set_attr(property_node, "special-values", properties_attrs)
|
||||
node_set_attr(property_node, "default", properties_attrs)
|
||||
node_set_attr(property_node, "alias", properties_attrs)
|
||||
|
||||
|
Reference in New Issue
Block a user