Skip to content

Commit af4027f

Browse files
committed
Merge branch 'bc/blame-doc-fix'
Doc update. * bc/blame-doc-fix: Documentation: use brackets for optional arguments
2 parents cc24d7d + 2b35a9f commit af4027f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/blame-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ include::line-range-format.txt[]
7777
terminal. Can't use `--progress` together with `--porcelain`
7878
or `--incremental`.
7979

80-
-M|<num>|::
80+
-M[<num>]::
8181
Detect moved or copied lines within a file. When a commit
8282
moves or copies a block of lines (e.g. the original file
8383
has A and then B, and the commit changes it to B and then
@@ -93,7 +93,7 @@ alphanumeric characters that Git must detect as moving/copying
9393
within a file for it to associate those lines with the parent
9494
commit. The default value is 20.
9595

96-
-C|<num>|::
96+
-C[<num>]::
9797
In addition to `-M`, detect lines moved or copied from other
9898
files that were modified in the same commit. This is
9999
useful when you reorganize your program and move code

0 commit comments

Comments
 (0)