diff mbox series

[b4] docs: Correct explanation for option -m of b4 diff

Message ID 20240708-fix_typo-v1-1-23fd72aad8c3@quicinc.com (mailing list archive)
State Accepted
Headers show
Series [b4] docs: Correct explanation for option -m of b4 diff | expand

Commit Message

Zijun Hu July 8, 2024, 11:55 a.m. UTC
From: Zijun Hu <quic_zijuhu@quicinc.com>

For b4 diff -m AMBOX AMBOX, its explanation wrongly says that AMBOX is
prepared by git am, fixed by using b4 am for its explanation.

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
---
 docs/maintainer/diff.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: 131835a44c63511e2def9d7adc680754b7ea502c
change-id: 20240708-fix_typo-da399fa7ae2a

Best regards,

Comments

Konstantin Ryabitsev Sept. 6, 2024, 2:47 p.m. UTC | #1
On Mon, 08 Jul 2024 19:55:02 +0800, Zijun Hu wrote:
> For b4 diff -m AMBOX AMBOX, its explanation wrongly says that AMBOX is
> prepared by git am, fixed by using b4 am for its explanation.
> 
> 

Applied, thanks!

[1/1] docs: Correct explanation for option -m of b4 diff
      commit: f24b7ba6718d09296b19979ef25c0b58c981faa4

Best regards,
diff mbox series

Patch

diff --git a/docs/maintainer/diff.rst b/docs/maintainer/diff.rst
index 43c29982bc24..e6ba12ef1caf 100644
--- a/docs/maintainer/diff.rst
+++ b/docs/maintainer/diff.rst
@@ -39,7 +39,7 @@  Optional flags
   ``git-range`` flags to use.
 
 ``-m AMBOX AMBOX, --compare-am-mboxes AMBOX AMBOX``
-  Compares two mbox files prepared by ``git am`` instead of querying
+  Compares two mbox files prepared by ``b4 am`` instead of querying
   the public-inbox server directly.
 
 ``-o OUTDIFF, --output-diff OUTDIFF``