From: Charles McGarvey Date: Fri, 15 Nov 2019 05:42:27 +0000 (-0700) Subject: fix little documentation error X-Git-Tag: v0.46~2 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgit-codeowners;a=commitdiff_plain;h=72777a2725d28845792e23374010f84ddf6240d2 fix little documentation error --- diff --git a/README.md b/README.md index 14fa64f..888f12a 100644 --- 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. diff --git a/bin/git-codeowners b/bin/git-codeowners index be0025b..d9b5bc8 100755 --- a/bin/git-codeowners +++ b/bin/git-codeowners @@ -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, and exit.