]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/lei-p2q.pod
new public-inbox-{clone,fetch} commands
[public-inbox.git] / Documentation / lei-p2q.pod
index fc85fa881d121050c441158f8b181c7ee3600001..44798ac3d2a0c320b5f6fd6a6f4e3c7f3d3ea77f 100644 (file)
@@ -23,7 +23,9 @@ L<git-format-patch(1)> is used to generate the patch.
 
 =over
 
-=item -w PREFIX[,PREFIX], --want=PREFIX[,PREFIX]
+=item -w PREFIX[,PREFIX]
+
+=item --want=PREFIX[,PREFIX]
 
 Search prefixes to use.  C<dfpost> (post-image git blob ID) and C<dfn>
 (file names from the diff) are the most useful.  Other available
@@ -46,7 +48,8 @@ Default: C<dfpost7>
 
 =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.