about summary refs log tree commit homepage
path: root/Documentation/lei-overview.pod
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/lei-overview.pod')
-rw-r--r--Documentation/lei-overview.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/lei-overview.pod b/Documentation/lei-overview.pod
index 840d011b..62b62280 100644
--- a/Documentation/lei-overview.pod
+++ b/Documentation/lei-overview.pod
@@ -16,7 +16,7 @@ L<public-inbox-v2-format(5)>.
 
 =over
 
-=item $ lei import --format=mboxrd t.mbox
+=item $ lei import mboxrd:t.mbox
 
 Import the messages from an mbox into the local storage.
 
@@ -64,7 +64,7 @@ Search for messages whose subject includes "lei" and "skeleton".
 Do the same, but also report unmatched messages that are in the same
 thread as a matched message.
 
-=item $ lei q -t -o t.mbox -f mboxcl2 --mua=mutt s:lei s:skeleton
+=item $ lei q -t -o mboxcl2:t.mbox --mua=mutt s:lei s:skeleton
 
 Write mboxcl2-formatted results to t.mbox and enter mutt to view the
 file by invoking C<mutt -f %f>.