about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-11-28 05:31:58 +0000
committerEric Wong <e@80x24.org>2022-11-28 23:38:57 +0000
commit9537b9c7201a7c656c3efcb9918df930a7447981 (patch)
tree5543493cf7c6d35f11041fb4e03c199062dc47e8 /Documentation
parent225b9614f1e883273dada2709dead9ddb7fe40c8 (diff)
downloadpublic-inbox-9537b9c7201a7c656c3efcb9918df930a7447981.tar.gz
Allowing just `--objstore' without `=' was confusing,
since it could eat one of the required parameters (URL or
DESTINATION).
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/public-inbox-clone.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/public-inbox-clone.pod b/Documentation/public-inbox-clone.pod
index cee9f76e..257967d9 100644
--- a/Documentation/public-inbox-clone.pod
+++ b/Documentation/public-inbox-clone.pod
@@ -84,15 +84,15 @@ Force a remote public-inbox version (must be C<1> or C<2>).
 This is auto-detected by default, and this option exists mainly
 for testing.
 
-=item --objstore[=DIR]
+=item --objstore=DIR
 
 Enables space savings when the remote C<manifest.js.gz>
 includes C<forkgroup> entries as generated by grokmirror 2.x.
 
 If C<DIR> is not an absolute path, it is relative to the
-C<DESTINATION> directory.  If only C<--objstore> is specified
-without C<DIR>, then C<objstore> (C<$DESTINATION/objstore>)
-is the implied value of C<DIR>.
+C<DESTINATION> directory.  If only C<--objstore=> is specified
+where C<DIR> is an empty string (C<"">), then C<objstore>
+(C<$DESTINATION/objstore>) is the implied value of C<DIR>.
 
 =item -n