Skip to content

Commit 19901d5

Browse files
authored
Merge pull request #1711 from vim-jp/hh-tweak-list-header
Tweak list header
2 parents 123fd60 + 8945b6e commit 19901d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/script/get_doc_info.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ done
9696

9797
if [ -e ${outf}.presort ]; then
9898
echo -n "|ファイル名" >> ${outf}
99-
echo -n "|行数" >> ${outf}
99+
echo -n "|総行数" >> ${outf}
100100
echo -n "|変更行数" >> ${outf}
101101
echo -n "|削除行数" >> ${outf}
102102
echo -n "|作業者" >> ${outf}

0 commit comments

Comments
 (0)