Gris Ge
2014-10-12 10:09:54 UTC
* Create new alias 'lsmcli lt' for this command:
lsmcli list --type target_ports
Signed-off-by: Gris Ge <***@redhat.com>
---
doc/man/lsmcli.1.in | 2 ++
tools/lsmcli/cmdline.py | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/doc/man/lsmcli.1.in b/doc/man/lsmcli.1.in
index 93b2b88..ec4e3eb 100644
--- a/doc/man/lsmcli.1.in
+++ b/doc/man/lsmcli.1.in
@@ -564,6 +564,8 @@ Alias of 'list --type disks'
Alias of 'list --type access_groups'
.SS lf
Alias of 'list --type fs'
+.SS lt
+Alias of 'list --type target_ports'
.SS c
Alias of 'capabilities'
.SS p
diff --git a/tools/lsmcli/cmdline.py b/tools/lsmcli/cmdline.py
index 0a4e656..66163b3 100644
--- a/tools/lsmcli/cmdline.py
+++ b/tools/lsmcli/cmdline.py
@@ -601,6 +601,7 @@ aliases = (
['ld', 'list --type disks'],
['la', 'list --type access_groups'],
['lf', 'list --type fs'],
+ ['lt', 'list --type target_ports'],
['c', 'capabilities'],
['p', 'plugin-info'],
['vc', 'volume-create'],
lsmcli list --type target_ports
Signed-off-by: Gris Ge <***@redhat.com>
---
doc/man/lsmcli.1.in | 2 ++
tools/lsmcli/cmdline.py | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/doc/man/lsmcli.1.in b/doc/man/lsmcli.1.in
index 93b2b88..ec4e3eb 100644
--- a/doc/man/lsmcli.1.in
+++ b/doc/man/lsmcli.1.in
@@ -564,6 +564,8 @@ Alias of 'list --type disks'
Alias of 'list --type access_groups'
.SS lf
Alias of 'list --type fs'
+.SS lt
+Alias of 'list --type target_ports'
.SS c
Alias of 'capabilities'
.SS p
diff --git a/tools/lsmcli/cmdline.py b/tools/lsmcli/cmdline.py
index 0a4e656..66163b3 100644
--- a/tools/lsmcli/cmdline.py
+++ b/tools/lsmcli/cmdline.py
@@ -601,6 +601,7 @@ aliases = (
['ld', 'list --type disks'],
['la', 'list --type access_groups'],
['lf', 'list --type fs'],
+ ['lt', 'list --type target_ports'],
['c', 'capabilities'],
['p', 'plugin-info'],
['vc', 'volume-create'],
--
1.7.1
1.7.1