rev-list-options: fix typo in `--stdin` documentation

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>
maint
Martin Ågren 2023-08-16 16:24:36 +02:00 committed by Junio C Hamano
parent c40f0b7877
commit c81f1a1676
1 changed files with 1 additions and 1 deletions

View 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.