]> Dogcows Code - chaz/git-codeowners/blobdiff - bin/git-codeowners
Version 0.46
[chaz/git-codeowners] / bin / git-codeowners
index fa554bd3321e20556cdf013c7d5fd1817a99408a..92774eb8b5f192a551b0e9b382f1fcc9adb5482b 100755 (executable)
@@ -10,7 +10,7 @@ use strict;
 
 use App::Codeowners;
 
-our $VERSION = '0.45'; # VERSION
+our $VERSION = '0.46'; # VERSION
 
 App::Codeowners->main(@ARGV);
 
@@ -26,7 +26,7 @@ git-codeowners - A tool for managing CODEOWNERS files
 
 =head1 VERSION
 
-version 0.45
+version 0.46
 
 =head1 SYNOPSIS
 
@@ -120,7 +120,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.027818 seconds and 4 git commands to generate.