diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-29 11:35:18 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-29 11:35:36 +0100 |
commit | 5e5e87467dd6b22d1378269f4a62825b7d122a5c (patch) | |
tree | f104729133ac7eeaef76bdd95f74c02d74ea6021 /interface-definitions/dns-dynamic.xml.in | |
parent | da23f084863d6bde2bb50fcc175129610fe2a603 (diff) | |
download | vyos-1x-5e5e87467dd6b22d1378269f4a62825b7d122a5c.tar.gz vyos-1x-5e5e87467dd6b22d1378269f4a62825b7d122a5c.zip |
xml: use new valueHelp format identifier "filename"
Diffstat (limited to 'interface-definitions/dns-dynamic.xml.in')
-rw-r--r-- | interface-definitions/dns-dynamic.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/dns-dynamic.xml.in b/interface-definitions/dns-dynamic.xml.in index 34a31a7c5..68c3ec06c 100644 --- a/interface-definitions/dns-dynamic.xml.in +++ b/interface-definitions/dns-dynamic.xml.in @@ -31,7 +31,7 @@ <properties> <help>File containing the secret key shared with remote DNS server [REQUIRED]</help> <valueHelp> - <format>file</format> + <format>filename</format> <description>File in /config/auth directory</description> </valueHelp> </properties> |