about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-03-28 23:11:11 -0400
committerEric Wong <e@80x24.org>2021-03-29 03:15:42 +0000
commit1e6166694b1c84e46ca96937ffdd252c45aac3c1 (patch)
tree487fbbe12604cd57234897aa79430d4416a66ddb
parent804707a2ec00a06a8fc2899ca31f23b87754ea89 (diff)
downloadpublic-inbox-1e6166694b1c84e46ca96937ffdd252c45aac3c1.tar.gz
-rw-r--r--Documentation/lei-import.pod2
-rw-r--r--Documentation/lei-q.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/lei-import.pod b/Documentation/lei-import.pod
index 7f4e3745..acc4f776 100644
--- a/Documentation/lei-import.pod
+++ b/Documentation/lei-import.pod
@@ -6,7 +6,7 @@ lei-import - one-time import of messages into local store
 
 lei import [OPTIONS] LOCATION [LOCATION...]
 
-lei import [OPTIONS] --stdin
+lei import [OPTIONS] (--stdin|-)
 
 =head1 DESCRIPTION
 
diff --git a/Documentation/lei-q.pod b/Documentation/lei-q.pod
index 446a82c6..cb1227fb 100644
--- a/Documentation/lei-q.pod
+++ b/Documentation/lei-q.pod
@@ -6,7 +6,7 @@ lei-q - search for messages matching terms
 
 lei q [OPTIONS] TERM [TERM...]
 
-lei q [OPTIONS] --stdin
+lei q [OPTIONS] (--stdin|-)
 
 =head1 DESCRIPTION