1
0
mirror of https://github.com/git/git synced 2024-07-04 16:48:40 +00:00

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>
This commit is contained in:
Martin Ågren 2023-08-16 16:24:36 +02:00 committed by Junio C Hamano
parent c40f0b7877
commit c81f1a1676

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.