Rename the completion function "_umr" to "_umr_completion" to fall in line
with similar completion functions from other packages.

Cc: Alex Deucher <[email protected]>
Cc: Pierre-Eric Pelloux-Prayer <[email protected]>
Cc: Tom StDenis <[email protected]>
Cc: Christian König <[email protected]>
Signed-off-by: Luben Tuikov <[email protected]>
---
 scripts/umr-completion.bash | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/umr-completion.bash b/scripts/umr-completion.bash
index 9cd1fe1e979fb5..79972949b9861e 100644
--- a/scripts/umr-completion.bash
+++ b/scripts/umr-completion.bash
@@ -60,7 +60,7 @@ _comp_regs()
     fi
 }
 
-_umr()
+_umr_completion()
 {
     local cur prev 
 
@@ -79,5 +79,5 @@ _umr()
             ;;
     esac
 }
-complete -F _umr umr
 
+complete -F _umr_completion umr
-- 
2.35.1.607.gf01e51a7cf

Reply via email to