[PATCH 2/6] doc: align 'diff --no-index' in text with synopsis
From: Andreas Heiduk <hidden>
Date: 2018-04-10 18:36:00
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
From: Andreas Heiduk <hidden>
Date: 2018-04-10 18:36:00
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
Comparing The two '<path>' parameters are not optional but the option '--no-index' is. Also move the `--options` part to the same place where the other variants show them. All three items are already correct in the synopsis. Signed-off-by: Andreas Heiduk <redacted> --- Documentation/git-diff.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-diff.txt b/Documentation/git-diff.txt
index b0c1bb95c8..ee1c509bd3 100644
--- a/Documentation/git-diff.txt
+++ b/Documentation/git-diff.txt@@ -29,7 +29,7 @@ two blob objects, or changes between two files on disk. further add to the index but you still haven't. You can stage these changes by using linkgit:git-add[1]. -'git diff' --no-index [--options] [--] [<path>...]:: +'git diff' [--options] [--no-index] [--] <path> <path>:: This form is to compare the given two paths on the filesystem. You can omit the `--no-index` option when
--
2.16.2