]> Dogcows Code - chaz/git-codeowners/commitdiff
fix little documentation error
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 15 Nov 2019 05:42:27 +0000 (22:42 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 15 Nov 2019 05:48:54 +0000 (22:48 -0700)
README.md
bin/git-codeowners

index 14fa64fbfba9ca832f522bd753e8cce240e78d72..888f12adeba01f1ee4ac747d9670ccaf565210c1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ Alias: `-f`
 
 ## --shell-completion
 
-    eval "$(lintany --shell-completion)"
+    eval "$(git-codeowners --shell-completion)"
 
 Print shell code to enable completion to `STDOUT`, and exit.
 
index be0025bf27d5955ca913d3293a737f00928e9ca5..d9b5bc8e34f10dae3256f399f3a0b9f7644bbe91 100755 (executable)
@@ -86,7 +86,7 @@ Alias: C<-f>
 
 =head2 --shell-completion
 
-    eval "$(lintany --shell-completion)"
+    eval "$(git-codeowners --shell-completion)"
 
 Print shell code to enable completion to C<STDOUT>, and exit.
 
This page took 0.025626 seconds and 4 git commands to generate.