Re: [PATCH] usage: do not insist that standard input must come from a file
From: Junio C Hamano <hidden> Date: 2016-06-15 23:06:54
Jonathan Nieder [off-list ref] writes:
quoted
--stdin::
- Read file names from stdin instead of from the command-line.
+ Read pathnames from stdin instead of from the command-line.
Here I have to read the description of "-z" to understand that pathnames
come one per line. How about
Read pathnames from stdin, one per line, instead of from the command
line.
Thanks, that would be better (and for all the other one-per-line
type of stuff).