mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 22:03:01 +02:00
cli: minor, xml optimization
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -317,8 +317,7 @@
|
||||
<COMMAND name="software" help="Show software info">
|
||||
<SWITCH name="optional" min="0" max="1">
|
||||
<COMMAND name="name" help="Show detailed info about a partition">
|
||||
<PARAM name="name" ptype="/STRING" help="Partition name">
|
||||
</PARAM>
|
||||
<PARAM name="name" ptype="/STRING" help="Partition name" />
|
||||
</COMMAND>
|
||||
</SWITCH>
|
||||
<ACTION sym="script">
|
||||
@@ -389,8 +388,7 @@
|
||||
<COMMAND name="interfaces" help="Show interface info">
|
||||
<SWITCH name="optional" min="0" max="1">
|
||||
<COMMAND name="name" help="Show detailed info about NAME">
|
||||
<PARAM name="name" ptype="/IFACES" help="Interface.">
|
||||
</PARAM>
|
||||
<PARAM name="name" ptype="/IFACES" help="Interface." />
|
||||
</COMMAND>
|
||||
</SWITCH>
|
||||
<ACTION sym="script" in="tty" out="tty" interrupt="true">
|
||||
|
||||
Reference in New Issue
Block a user