blob: 4741a8480ad41b622004ef8bc80af103efe8b006 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- completion/policyeditor.bash.in.orig 2021-05-17 09:24:37 UTC
+++ completion/policyeditor.bash.in
@@ -10,4 +10,4 @@ _policyeditor()
COMPREPLY=($(compgen -W "${opts}" -- ${cur}))
return 0
}
-complete -F _policyeditor policyeditor
+complete -F _policyeditor itweb-policyeditor
|