blob: 2ce11567db6c4cccebf73edc0e8eaaa893894a23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<leafNode name="license">
<properties>
<help>Show VyOS license information</help>
</properties>
<command>less $_vyatta_less_options --prompt=".license, page %dt of %D" -- ${vyatta_sysconfdir}/LICENSE</command>
</leafNode>
</children>
</node>
</interfaceDefinition>
|