diff options
author | Jean-Noël Avila <jn.avila@free.fr> | 2021-11-06 19:48:52 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-11-09 09:39:11 -0800 |
commit | 133db54dabd2174960d4a7449a1a7ed574ea0ad3 (patch) | |
tree | 111a557bf37c59b9b2caa1010e0e47cac064ce4c /Documentation/git-diff-files.txt | |
parent | doc: express grammar placeholders between angle brackets (diff) | |
download | tgif-133db54dabd2174960d4a7449a1a7ed574ea0ad3.tar.xz |
doc: use only hyphens as word separators in placeholders
According to CodingGuidelines, multi-word placeholders should use
hyphens as word separators.
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Reviewed-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-diff-files.txt')
-rw-r--r-- | Documentation/git-diff-files.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-diff-files.txt b/Documentation/git-diff-files.txt index 906774f0f7..bf1febb9ae 100644 --- a/Documentation/git-diff-files.txt +++ b/Documentation/git-diff-files.txt @@ -9,7 +9,7 @@ git-diff-files - Compares files in the working tree and the index SYNOPSIS -------- [verse] -'git diff-files' [-q] [-0|-1|-2|-3|-c|--cc] [<common diff options>] [<path>...] +'git diff-files' [-q] [-0|-1|-2|-3|-c|--cc] [<common-diff-options>] [<path>...] DESCRIPTION ----------- |