From e67766eb1bf152ed8c577f87ec1d533eea13e1f7 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 7 Nov 2013 22:59:42 +0100 Subject: 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" --- templates/show/hardware/usb/detailed/node.def | 3 +++ templates/show/hardware/usb/node.def | 2 ++ templates/show/system/usb/node.def | 2 -- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 templates/show/hardware/usb/detailed/node.def create mode 100644 templates/show/hardware/usb/node.def delete mode 100644 templates/show/system/usb/node.def (limited to 'templates') 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/hardware/usb/node.def b/templates/show/hardware/usb/node.def new file mode 100644 index 0000000..d66f163 --- /dev/null +++ b/templates/show/hardware/usb/node.def @@ -0,0 +1,2 @@ +help: Show peripherals connected to the USB bus +run: lsusb diff --git a/templates/show/system/usb/node.def b/templates/show/system/usb/node.def deleted file mode 100644 index d66f163..0000000 --- a/templates/show/system/usb/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show peripherals connected to the USB bus -run: lsusb -- cgit v1.2.3