]> git.ipfire.org Git - thirdparty/git.git/commitdiff
rev-list-options: fix typo in `--stdin` documentation
authorMartin Ågren <martin.agren@gmail.com>
Wed, 16 Aug 2023 14:24:36 +0000 (16:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Aug 2023 18:42:54 +0000 (11:42 -0700)
With `--stdin`, we read *from* standard input, not *for*.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt

index e6468bf0eb8e11a5a8b6d73320a8810ee78151f9..a4a0cb93b241b8d5d9c9bc9b200a277a0e4f7992 100644 (file)
@@ -237,7 +237,7 @@ endif::git-rev-list[]
 
 --stdin::
        In addition to getting arguments from the command line, read
-       them for standard input as well. This accepts commits and
+       them from standard input as well. This accepts commits and
        pseudo-options like `--all` and `--glob=`. When a `--` separator
        is seen, the following input is treated as paths and used to
        limit the result.