aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-09-15 17:18:22 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-09-15 17:18:22 -0400
commit38bef2d3878bc559b70e5441c7e874afbf7d00fa (patch)
treec4532f4c82b523d8dc0e6eb166eb0f51a4289d9a
parentb9a14bf7c448716f2a26c9fe98deb128e3676c7c (diff)
downloadb4-38bef2d3878bc559b70e5441c7e874afbf7d00fa.tar.gz
docs: --save-maildir is not available with shazam
Fix the section on commands available for both am and shazam. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--docs/maintainer/am-shazam.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/maintainer/am-shazam.rst b/docs/maintainer/am-shazam.rst
index 05ae5c1..1ef0604 100644
--- a/docs/maintainer/am-shazam.rst
+++ b/docs/maintainer/am-shazam.rst
@@ -89,12 +89,6 @@ The following flags are common to both commands:
By default, the resulting mailbox file will use the message-id as the
basis for its filename. This option lets you override this behaviour.
-``-M, --save-as-maildir``
- By default, the retrieved thread will be saved as an mbox file.
- However, due to subtle incompatibilities between various mbox formats
- ("mboxo" vs "mboxrd", etc), you may want to instead save the results
- as a Maildir directory.
-
``-v WANTVER, --use-version WANTVER``
If a thread (or threads, when used with ``-c``) contains multiple
patch series revisions, b4 will automatically pick the highest
@@ -177,6 +171,12 @@ Flags only valid for ``b4 am``
------------------------------
The following flags only make sense for ``b4 am``:
+``-M, --save-as-maildir``
+ By default, the retrieved thread will be saved as an mbox file.
+ However, due to subtle incompatibilities between various mbox formats
+ ("mboxo" vs "mboxrd", etc), you may want to instead save the results
+ as a Maildir directory.
+
``-Q, --quilt-ready``
Saves the patches as a folder that can be fed directly to quilt. If
you don't know what quilt is, you don't really need to worry about