summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2018-01-19 19:53:10 +0100
committerFrancesco Giudici <fgiudici@redhat.com>2018-01-19 19:53:10 +0100
commit62c652f0bb106a3c72a6525df4e0830d40bf4bfa (patch)
tree3cfd84fa4083d47f54bed7f6e3e4ed70b0e23a67
parent673a962107bef636deee0c86d2cbbbfe34d290b5 (diff)
downloadNetworkManager-fg/team_link_watchers_overwrite-rh1533926.tar.gz
doc: fix describe message for team link watchersfg/team_link_watchers_overwrite-rh1533926
-rw-r--r--clients/common/nm-meta-setting-desc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/common/nm-meta-setting-desc.c b/clients/common/nm-meta-setting-desc.c
index 91510aefe2..a9dfb10188 100644
--- a/clients/common/nm-meta-setting-desc.c
+++ b/clients/common/nm-meta-setting-desc.c
@@ -4945,10 +4945,10 @@ static const NMMetaPropertyType _pt_gobject_devices = {
"Properties available for the 'nsna_ping' link watcher:\n" \
" 'init-wait', 'interval', 'missed-max', 'target-host'*\n\n" \
"Properties available for the 'arp_ping' include all the ones for 'nsna_ping' and:\n" \
- " 'source-host', 'validate-active', 'validate-inactive', 'send-always'.\n\n" \
+ " 'source-host'*, 'validate-active', 'validate-inactive', 'send-always'.\n\n" \
"Properties flagged with a '*' are mandatory.\n\n" \
"Example:\n" \
- " name=arp_ping,source-host=172.16.1.1,target-host=172.16.1.254; name=ethtool,delay-up=3\n")
+ " name=arp_ping source-host=172.16.1.1 target-host=172.16.1.254, name=ethtool delay-up=3\n")
#define DEFINE_DCB_PROPRITY_PROPERTY_TYPE \