Code

Merge branch 'jn/gitweb-unspecified-action' into maint-1.7.8
[git.git] / Documentation / cmd-list.perl
index c2d55cdb5e8720be8892abf90b10379ca9cf3d65..04f99778d81def42e9e129b2f5b2b0551a0c760f 100755 (executable)
@@ -27,7 +27,7 @@ sub format_one {
                die "No description found in $name.txt";
        }
        if (my ($verify_name, $text) = ($description =~ /^($name) - (.*)/)) {
-               print $out "gitlink:$name\[1\]::\n\t";
+               print $out "linkgit:$name\[1\]::\n\t";
                if ($attr =~ / deprecated /) {
                        print $out "(deprecated) ";
                }