summaryrefslogtreecommitdiff
path: root/Documentation/git-status.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-02-20 02:44:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-02-20 03:36:47 (GMT)
commit1b5b8cf072491e0a43e668c685b782efce9a6f0f (patch)
tree86ec2e74f9f6ed5f49e37128894cf8428c900002 /Documentation/git-status.txt
parent59ec22464f6c2b170b05f287e00740ea2288fe5c (diff)
downloadgit-1b5b8cf072491e0a43e668c685b782efce9a6f0f.zip
git-1b5b8cf072491e0a43e668c685b782efce9a6f0f.tar.gz
git-1b5b8cf072491e0a43e668c685b782efce9a6f0f.tar.bz2
Documentation: typofix --column description
f4ed0af6 (Merge branch 'nd/columns', 2012-05-03) brought in three cut-and-pasted copies of malformatted descriptions. Let's fix them all the same way by marking the configuration variable names up as monospace just like the command line option `--column` is typeset. While we are at it, correct a missing space after the full stop that ends the sentence. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-status.txt')
-rw-r--r--Documentation/git-status.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt
index c0764e8..83f38e3 100644
--- a/Documentation/git-status.txt
+++ b/Documentation/git-status.txt
@@ -130,7 +130,7 @@ ignored, then the directory is not shown, but all contents are shown.
--column[=<options>]::
--no-column::
Display untracked files in columns. See configuration variable
- column.status for option syntax.`--column` and `--no-column`
+ `column.status` for option syntax. `--column` and `--no-column`
without options are equivalent to 'always' and 'never'
respectively.