diff options
| author | Michael Biebl <biebl@debian.org> | 2024-12-25 20:36:29 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-12-25 20:36:29 +0100 |
| commit | e465722b908aa870bdc293b9a417d3c15294aa6d (patch) | |
| tree | 7c959d3b73f427d6c40522a7464eaa4531ef2f05 /src/nmcli/gen-metadata-nm-settings-nmcli.xml.in | |
| parent | 56928734cbcf1d3a02fae4f152a541df1b04e04a (diff) | |
New upstream version 1.50.1 upstream/1.50.1
Diffstat (limited to 'src/nmcli/gen-metadata-nm-settings-nmcli.xml.in')
| -rw-r--r-- | src/nmcli/gen-metadata-nm-settings-nmcli.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in b/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in index 7f5bc2c7..ae3a388b 100644 --- a/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in +++ b/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in @@ -693,8 +693,8 @@ values="default (-1), false (0), true (1)" /> <property name="down-on-poweroff" nmcli-description="Whether the connection will be brought down before the system is powered off. The default value is "default" (-1). When the default value is specified, then the global value from NetworkManager configuration is looked up, if not set, it is considered as "no" (0)." - format="ternary" - values="true/yes/on, false/no/off, default/unknown" /> + format="choice (NMSettingConnectionDownOnPoweroff)" + values="default (-1), no (0), yes (1)" /> <property name="secondaries" nmcli-description="List of connection UUIDs that should be activated when the base connection itself is activated. Currently, only VPN connections are supported." format="list of strings" /> |