i18n: mktree: mark parseopt strings for translation
[gitweb.git] / t / t9902-completion.sh
index c8f3ec6bec641f744dd926e61909f7c05faf6bfd..92d7eb47c2a412a300a9faca04d41777e0a29b00 100755 (executable)
@@ -51,7 +51,7 @@ run_completion ()
        local _cword
        _words=( $1 )
        (( _cword = ${#_words[@]} - 1 ))
-       __git_wrap_git && print_comp
+       __git_wrap__git_main && print_comp
 }
 
 test_completion ()