浏览代码

Fix typo in instructions for ignore-revs (#80058)

The file was renamed to plural (-revs) but the embedded instructions were not.
Relates: 07ff39e
Tim Vernum 4 年之前
父节点
当前提交
dd41a0d48d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .git-blame-ignore-revs

+ 1 - 1
.git-blame-ignore-revs

@@ -3,7 +3,7 @@
 #
 #
 # Use this file by running:
 # Use this file by running:
 #
 #
-#     git blame --ignore-revs-file=.git-blame-ignore-rev <file>
+#     git blame --ignore-revs-file=.git-blame-ignore-revs <file>
 #
 #
 # or by configuring `blame.ignoreRevsFile`. The latter ought to also work
 # or by configuring `blame.ignoreRevsFile`. The latter ought to also work
 # with IDEs such as IntelliJ.
 # with IDEs such as IntelliJ.