aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-10-28 17:01:47 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-10-28 17:01:47 -0400
commit6aa382f56d7176277643b98bb492f1a1cd22a8cd (patch)
tree90f04dc5e21cfde7a34230acac32d4925d3a0db0
parenta0488852df91ce3f75a87ccc153f7f41bc8f094b (diff)
downloadb4-6aa382f56d7176277643b98bb492f1a1cd22a8cd.tar.gz
docs: remove --use-project documentation (gone)
We're no longer relying on --use-project, so drop that from the documentation. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--docs/maintainer/am-shazam.rst5
-rw-r--r--docs/maintainer/diff.rst5
-rw-r--r--docs/maintainer/mbox.rst5
3 files changed, 0 insertions, 15 deletions
diff --git a/docs/maintainer/am-shazam.rst b/docs/maintainer/am-shazam.rst
index 12c0d23..9388c43 100644
--- a/docs/maintainer/am-shazam.rst
+++ b/docs/maintainer/am-shazam.rst
@@ -55,11 +55,6 @@ Common flags
------------
The following flags are common to both commands:
-``-p USEPROJECT, --use-project USEPROJECT``
- **DEPRECATED**: This is a legacy option that made sense before
- public-inbox supported collating and retrieving threads from across
- multiple lists. This flag will probably go away in the future.
-
``-m LOCALMBOX, --use-local-mbox LOCALMBOX``
By default, b4 will retrieve threads from remote public-inbox servers,
but it can also use a local mailbox/maildir. This is useful if you
diff --git a/docs/maintainer/diff.rst b/docs/maintainer/diff.rst
index cea2927..43c2998 100644
--- a/docs/maintainer/diff.rst
+++ b/docs/maintainer/diff.rst
@@ -18,11 +18,6 @@ Optional flags
Specify a path to the git tree to use, if not running the command
inside a git tree.
-``-p USEPROJECT, --use-project USEPROJECT``
- **(DEPRECATED)**: This is a legacy option that made sense before
- public-inbox supported collating and retrieving threads from across
- multiple lists. This flag will probably go away in the future.
-
``-C, --no-cache``
By default, b4 will cache the retrieved threads for about 10 minutes.
This lets you force b4 to ignore cache and retrieve the latest
diff --git a/docs/maintainer/mbox.rst b/docs/maintainer/mbox.rst
index 7cc3a20..90e97c4 100644
--- a/docs/maintainer/mbox.rst
+++ b/docs/maintainer/mbox.rst
@@ -26,11 +26,6 @@ message-id of the message as the filename base::
Option flags
------------
-``-p USEPROJECT, --use-project USEPROJECT``
- **DEPRECATED**: This is a legacy option that made sense before
- public-inbox supported collating and retrieving threads from across
- multiple lists. This flag will probably go away in the future.
-
``-m LOCALMBOX, --use-local-mbox LOCALMBOX``
By default, b4 will retrieve threads from remote public-inbox servers,
but it can also use a local mailbox/maildir. This is useful if you