From 62fa24de29a243dca7be8e64b94bda4a0309cb87 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 22 Dec 2013 17:12:11 +0100 Subject: Rename s/detailed/detail/ for consistenct with the rest of the system. --- templates/show/hardware/scsi/detail/node.def | 2 ++ templates/show/hardware/scsi/detailed/node.def | 2 -- templates/show/hardware/usb/detail/node.def | 3 +++ templates/show/hardware/usb/detailed/node.def | 3 --- 4 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 templates/show/hardware/scsi/detail/node.def delete mode 100644 templates/show/hardware/scsi/detailed/node.def create mode 100644 templates/show/hardware/usb/detail/node.def delete mode 100644 templates/show/hardware/usb/detailed/node.def (limited to 'templates/show') diff --git a/templates/show/hardware/scsi/detail/node.def b/templates/show/hardware/scsi/detail/node.def new file mode 100644 index 0000000..902b570 --- /dev/null +++ b/templates/show/hardware/scsi/detail/node.def @@ -0,0 +1,2 @@ +help: Show detailed SCSI device information +run: lsscsi -vvv diff --git a/templates/show/hardware/scsi/detailed/node.def b/templates/show/hardware/scsi/detailed/node.def deleted file mode 100644 index 902b570..0000000 --- a/templates/show/hardware/scsi/detailed/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show detailed SCSI device information -run: lsscsi -vvv diff --git a/templates/show/hardware/usb/detail/node.def b/templates/show/hardware/usb/detail/node.def new file mode 100644 index 0000000..a976d7c --- /dev/null +++ b/templates/show/hardware/usb/detail/node.def @@ -0,0 +1,3 @@ +help: Show detailed USB bus information +run: lsusb -v + diff --git a/templates/show/hardware/usb/detailed/node.def b/templates/show/hardware/usb/detailed/node.def deleted file mode 100644 index a976d7c..0000000 --- a/templates/show/hardware/usb/detailed/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show detailed USB bus information -run: lsusb -v - -- cgit v1.2.3