X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Flei-p2q.pod;h=1068ff0beb27141a7cd074b61a75f8fd3907aa15;hb=840c1c80ccd3000a8ed888851a86a096e514002c;hp=fc85fa881d121050c441158f8b181c7ee3600001;hpb=0b15dfc58ceaecdcb1c9285c3ad55813006c8338;p=public-inbox.git diff --git a/Documentation/lei-p2q.pod b/Documentation/lei-p2q.pod index fc85fa88..1068ff0b 100644 --- a/Documentation/lei-p2q.pod +++ b/Documentation/lei-p2q.pod @@ -16,14 +16,16 @@ inbox. The patch can be provided on stdin or as a file. Alternatively, when an argument is given that does not point to an existing file, it is -taken as a reference to a commit in the current repository, and +taken as a reference to a commit in the current git repository, and L is used to generate the patch. =head1 OPTIONS =over -=item -w PREFIX[,PREFIX], --want=PREFIX[,PREFIX] +=item -w PREFIX[,PREFIX] + +=item --want=PREFIX[,PREFIX] Search prefixes to use. C (post-image git blob ID) and C (file names from the diff) are the most useful. Other available @@ -46,7 +48,8 @@ Default: C =item --stdin -Read patch from stdin. +Read message from stdin. This is implicit if no arguments are given +and stdin is a pipe or regular file. =item --debug @@ -54,7 +57,9 @@ Dump output that shows the information collected for every prefix. This information can be useful for seeing how a patch is processed, but the format should not be considered stable. -=item -q, --quiet +=item -q + +=item --quiet Suppress feedback messages.