summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2013-11-07 22:59:42 +0100
committerDaniil Baturin <daniil@baturin.org>2013-11-07 22:59:42 +0100
commite67766eb1bf152ed8c577f87ec1d533eea13e1f7 (patch)
tree158c70afafacf0740b6004a6b22be7892197fe5b
parentf73f6614e8425746c3705b6537ab15f5b7a2211d (diff)
downloadvyatta-op-e67766eb1bf152ed8c577f87ec1d533eea13e1f7.tar.gz
vyatta-op-e67766eb1bf152ed8c577f87ec1d533eea13e1f7.zip
Make USB vieweing command more consistent with other hardware commands.
Rename "show system usb" to "show hardware usb", add "show hardware usb detailes" for "lsusb -v"
-rw-r--r--templates/show/hardware/usb/detailed/node.def3
-rw-r--r--templates/show/hardware/usb/node.def (renamed from templates/show/system/usb/node.def)0
2 files changed, 3 insertions, 0 deletions
diff --git a/templates/show/hardware/usb/detailed/node.def b/templates/show/hardware/usb/detailed/node.def
new file mode 100644
index 0000000..a976d7c
--- /dev/null
+++ b/templates/show/hardware/usb/detailed/node.def
@@ -0,0 +1,3 @@
+help: Show detailed USB bus information
+run: lsusb -v
+
diff --git a/templates/show/system/usb/node.def b/templates/show/hardware/usb/node.def
index d66f163..d66f163 100644
--- a/templates/show/system/usb/node.def
+++ b/templates/show/hardware/usb/node.def