Gris Ge
2015-06-23 15:49:58 UTC
* Remove the incorrect placed default switch statement.
Signed-off-by: Gris Ge <***@redhat.com>
---
tools/bash_completion/lsmcli | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/bash_completion/lsmcli b/tools/bash_completion/lsmcli
index eb8fe8e..3d66c13 100644
--- a/tools/bash_completion/lsmcli
+++ b/tools/bash_completion/lsmcli
@@ -404,7 +404,6 @@ function _lsm()
COMPREPLY=( $(compgen -W "${potential_args}" -- ${cur}) )
return 0
;;
- *)
volume-raid-create|vrc)
possible_args "${volume_raid_create_args}"
COMPREPLY=( $(compgen -W "${potential_args}" -- ${cur}) )
Signed-off-by: Gris Ge <***@redhat.com>
---
tools/bash_completion/lsmcli | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/bash_completion/lsmcli b/tools/bash_completion/lsmcli
index eb8fe8e..3d66c13 100644
--- a/tools/bash_completion/lsmcli
+++ b/tools/bash_completion/lsmcli
@@ -404,7 +404,6 @@ function _lsm()
COMPREPLY=( $(compgen -W "${potential_args}" -- ${cur}) )
return 0
;;
- *)
volume-raid-create|vrc)
possible_args "${volume_raid_create_args}"
COMPREPLY=( $(compgen -W "${potential_args}" -- ${cur}) )
--
1.8.3.1
1.8.3.1