summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-09-08 13:30:34 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-09-08 13:30:34 -0700
commitcfba19618f61d8dce247160d3e9516b041bb98cf (patch)
tree0c54b05ff3da61aa938bb684dd1d27eded93a2a6 /Documentation
parentMerge branch 'cb/makefile-apple-clang' (diff)
parentcolumn: fix parsing of the '--nl' option (diff)
downloadtgif-cfba19618f61d8dce247160d3e9516b041bb98cf.tar.xz
Merge branch 'sg/column-nl'
The parser for the "--nl" option of "git column" has been corrected. * sg/column-nl: column: fix parsing of the '--nl' option
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-column.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-column.txt b/Documentation/git-column.txt
index f58e9c43e6..6cea9ab463 100644
--- a/Documentation/git-column.txt
+++ b/Documentation/git-column.txt
@@ -39,7 +39,7 @@ OPTIONS
--indent=<string>::
String to be printed at the beginning of each line.
---nl=<N>::
+--nl=<string>::
String to be printed at the end of each line,
including newline character.