Skip to content

Commit

Permalink
rev-list-options: fix typo in --stdin documentation
Browse files Browse the repository at this point in the history
With `--stdin`, we read *from* standard input, not *for*.

Signed-off-by: Martin Ågren <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Martin Ågren authored and gitster committed Aug 16, 2023
1 parent c40f0b7 commit c81f1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/rev-list-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c81f1a1

Please sign in to comment.