summaryrefslogtreecommitdiff
path: root/interface-definitions/system-lcd.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-06-10 18:06:31 +0000
committerChristian Poessinger <christian@poessinger.com>2022-06-10 20:07:32 +0200
commit18b303734d84c0c5677ea4d872ec068ffcab4cad (patch)
treee164e2a231b7f804b9c21263fad9eec330409590 /interface-definitions/system-lcd.xml.in
parent884cd2519515d60a7bc3c9d230fd471735f8a15c (diff)
downloadvyos-1x-18b303734d84c0c5677ea4d872ec068ffcab4cad.tar.gz
vyos-1x-18b303734d84c0c5677ea4d872ec068ffcab4cad.zip
xml: drop not always applicable REQUIRED suffix from completion help string
If a parameter is required is determined from the Python string on commit. This "indicator" is not used consistently and sometimes missing, or added where it is not required anymore due to Python script improvement/rewrite.
Diffstat (limited to 'interface-definitions/system-lcd.xml.in')
-rw-r--r--interface-definitions/system-lcd.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/system-lcd.xml.in b/interface-definitions/system-lcd.xml.in
index 9b1a15317..0cf4de308 100644
--- a/interface-definitions/system-lcd.xml.in
+++ b/interface-definitions/system-lcd.xml.in
@@ -10,7 +10,7 @@
<children>
<leafNode name="model">
<properties>
- <help>Model of the display attached to this system [REQUIRED]</help>
+ <help>Model of the display attached to this system</help>
<completionHelp>
<list>cfa-533 cfa-631 cfa-633 cfa-635 hd44780 sdec</list>
</completionHelp>