Skip to content

Commit c81f1a1

Browse files
Martin Ågrengitster
authored andcommitted
rev-list-options: fix typo in --stdin documentation
With `--stdin`, we read *from* standard input, not *for*. Signed-off-by: Martin Ågren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c40f0b7 commit c81f1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/rev-list-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ endif::git-rev-list[]
237237

238238
--stdin::
239239
In addition to getting arguments from the command line, read
240-
them for standard input as well. This accepts commits and
240+
them from standard input as well. This accepts commits and
241241
pseudo-options like `--all` and `--glob=`. When a `--` separator
242242
is seen, the following input is treated as paths and used to
243243
limit the result.

0 commit comments

Comments
 (0)