about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-05-16 23:35:20 -0400
committerEric Wong <e@80x24.org>2021-05-17 07:43:48 +0000
commit05a67984dc624250ab815cfe6512abe3a60e9078 (patch)
treec46df1559eb3209648aad5acdba1549e4dd41d64 /Documentation
parent8cc23ac6f7a3847977ec57c2a3e9e391fdb94da6 (diff)
downloadpublic-inbox-05a67984dc624250ab815cfe6512abe3a60e9078.tar.gz
The next commit will update the manpages to split each option's
variants into separate items.  This change won't mix well with
--oid-a, --path-a, and --path-b.  These different options all share a
single description, and, if each form is on its own line, the link
between the variants of each option would no longer be clear.

Use a dedicated description for each option to avoid confusion.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/lei-blob.pod7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/lei-blob.pod b/Documentation/lei-blob.pod
index bb316e71..341b5505 100644
--- a/Documentation/lei-blob.pod
+++ b/Documentation/lei-blob.pod
@@ -33,12 +33,15 @@ C<--oid-a>, C<--path-a>, and C<--path-b>.
 
 =item -A OID-A, --oid-a=OID-A
 
+Provide pre-image object ID as a hint for reconstructing C<OID>.
+
 =item -a PATH-A, --path-a=PATH-A
 
+Provide pre-image pathname as a hint for reconstructing C<OID>.
+
 =item -b PATH-B, --path-b=PATH-B
 
-Provide pre-image object ID, pre-image pathname, or post-image
-pathname as a hint for reconstructing C<OID>.
+Provide post-image pathname as a hint for reconstructing C<OID>.
 
 =for comment
 TODO: The below options are shared with lei-q.  Any good approaches to