summaryrefslogtreecommitdiffstats
path: root/commands/storage/lmi
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2014-02-21 13:26:11 +0100
committerMichal Minar <miminar@redhat.com>2014-02-21 13:26:11 +0100
commit61360a1f082651621d863cb417392175c890700d (patch)
tree4bb0b79c6879a46f334b86cd912a1aca046e600d /commands/storage/lmi
parent717be821e501ec4b94227bebeabaa229e0972b95 (diff)
parente22c75227868ca64b4bea7cb788c33385e1e7277 (diff)
downloadopenlmi-scripts-61360a1f082651621d863cb417392175c890700d.tar.gz
openlmi-scripts-61360a1f082651621d863cb417392175c890700d.tar.xz
openlmi-scripts-61360a1f082651621d863cb417392175c890700d.zip
Merge pull request #57 from jsafrane/devel/storage-doc
Storage + account doc updates v2
Diffstat (limited to 'commands/storage/lmi')
-rw-r--r--commands/storage/lmi/scripts/storage/cmd/fs.py2
-rw-r--r--commands/storage/lmi/scripts/storage/cmd/lv.py2
-rw-r--r--commands/storage/lmi/scripts/storage/cmd/partition.py2
-rw-r--r--commands/storage/lmi/scripts/storage/cmd/vg.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/commands/storage/lmi/scripts/storage/cmd/fs.py b/commands/storage/lmi/scripts/storage/cmd/fs.py
index 55b8d43..a224a1e 100644
--- a/commands/storage/lmi/scripts/storage/cmd/fs.py
+++ b/commands/storage/lmi/scripts/storage/cmd/fs.py
@@ -40,7 +40,7 @@ Usage:
%(cmd)s list-supported
Commands:
- list List filesystems and and other data formats (RAID metadata,
+ list List filesystems and other data formats (RAID metadata,
...) on given devices.
If no devices are provided, all filesystems are listed.
If --all option is set, all filesystem, including system
diff --git a/commands/storage/lmi/scripts/storage/cmd/lv.py b/commands/storage/lmi/scripts/storage/cmd/lv.py
index c524965..96bd284 100644
--- a/commands/storage/lmi/scripts/storage/cmd/lv.py
+++ b/commands/storage/lmi/scripts/storage/cmd/lv.py
@@ -55,7 +55,7 @@ Options:
vg Name of the volume group, with or without `/dev/` prefix.
size Size of the new logical volume, by default in bytes.
- 'T', 'G', 'M' or 'K' suffix can be used to use specify other
+ 'T', 'G', 'M' or 'K' suffix can be used to specify other
units (TiB, GiB, MiB and KiB) - '1K' specifies 1 KiB
(= 1024 bytes).
The suffix is case insensitive, i.e. 1g = 1G = 1073741824
diff --git a/commands/storage/lmi/scripts/storage/cmd/partition.py b/commands/storage/lmi/scripts/storage/cmd/partition.py
index 62bd110..6783722 100644
--- a/commands/storage/lmi/scripts/storage/cmd/partition.py
+++ b/commands/storage/lmi/scripts/storage/cmd/partition.py
@@ -71,7 +71,7 @@ Commands:
Options:
size Size of the new partition volume, by default in sectors.
- 'T', 'G', 'M' or 'K' suffix can be used to use specify other
+ 'T', 'G', 'M' or 'K' suffix can be used to specify other
units (TiB, GiB, MiB and KiB) - '1K' specifies 1 KiB
(= 1024 bytes).
The suffix is case insensitive, i.e. 1g = 1G = 1073741824 bytes.
diff --git a/commands/storage/lmi/scripts/storage/cmd/vg.py b/commands/storage/lmi/scripts/storage/cmd/vg.py
index 8ac39b2..a52560d 100644
--- a/commands/storage/lmi/scripts/storage/cmd/vg.py
+++ b/commands/storage/lmi/scripts/storage/cmd/vg.py
@@ -70,7 +70,7 @@ Options:
vg Name of the volume group, with or without `/dev/` prefix.
size Requested extent size of the new volume group, by default in
- bytes. 'T', 'G', 'M' or 'K' suffix can be used to use specify
+ bytes. 'T', 'G', 'M' or 'K' suffix can be used to specify
other units (TiB, GiB, MiB and KiB) - '1K' specifies 1 KiB
(=1024 bytes).
The suffix is case insensitive, i.e. 1g = 1G = 1073741824 bytes.