summaryrefslogtreecommitdiffstats
path: root/commands/storage/lmi
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-09-02 15:51:37 +0200
committerJan Safranek <jsafrane@redhat.com>2013-09-03 08:46:30 +0200
commit588a3b83a9539eae2c57e92a445292a0d7eb17c7 (patch)
tree0072afbca20fdb5410f7f977a7bbf7111eb71af6 /commands/storage/lmi
parentfbb605c79ec8e902fc044e19ac78ca84aff34f8c (diff)
downloadopenlmi-scripts-588a3b83a9539eae2c57e92a445292a0d7eb17c7.tar.gz
openlmi-scripts-588a3b83a9539eae2c57e92a445292a0d7eb17c7.tar.xz
openlmi-scripts-588a3b83a9539eae2c57e92a445292a0d7eb17c7.zip
Rename 'lmi devices' to 'lmi storage'
Diffstat (limited to 'commands/storage/lmi')
-rw-r--r--commands/storage/lmi/scripts/storage/storage_cmd.py (renamed from commands/storage/lmi/scripts/storage/device_cmd.py)6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/storage/lmi/scripts/storage/device_cmd.py b/commands/storage/lmi/scripts/storage/storage_cmd.py
index d250d56..ccb351a 100644
--- a/commands/storage/lmi/scripts/storage/device_cmd.py
+++ b/commands/storage/lmi/scripts/storage/storage_cmd.py
@@ -32,7 +32,7 @@
#
"""
-Basic device information.
+Basic storage device information.
Usage:
%(cmd)s list [ <device> ...]
@@ -343,8 +343,8 @@ class Tree(command.LmiLister):
return obj.InstanceID
-Device = command.register_subcommands(
- 'device', __doc__,
+Storage = command.register_subcommands(
+ 'storage', __doc__,
{ 'list' : Lister,
'show' : Show,
'tree' : Tree,