diff options
Diffstat (limited to 'cmd/zpool/zpool.d/ses')
-rwxr-xr-x | cmd/zpool/zpool.d/ses | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/zpool/zpool.d/ses b/cmd/zpool/zpool.d/ses index 10d5dcfd3..f6b7520df 100755 --- a/cmd/zpool/zpool.d/ses +++ b/cmd/zpool/zpool.d/ses @@ -6,10 +6,10 @@ helpstr=" enc: Show disk enclosure w:x:y:z value. slot: Show disk slot number as reported by the enclosure. -encdev: Show the /dev/sg* device for the enclosure associated with the disk slot. -fault_led: Show the value of the disk enclosure slot fault LED. -locate_led: Show the value of the disk enclosure slot locate LED. -ses: Show disk's enclosure, enclosure dev, slot number, and fault/locate LED values." +encdev: Show /dev/sg* device associated with the enclosure disk slot. +fault_led: Show value of the disk enclosure slot fault LED. +locate_led: Show value of the disk enclosure slot locate LED. +ses: Show disk's enc, enc device, slot, and fault/locate LED values." script=$(basename "$0") if [ "$1" = "-h" ] ; then |