From 0cf2a11611d329b9c6d53fd6473dbbc44f68e94c Mon Sep 17 00:00:00 2001
From: cui <523516579@qq.com>
Date: Thu, 22 Aug 2024 08:47:28 +0800
Subject: [PATCH] fix: typo in doc (#11541)

---
 op-challenger/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/op-challenger/README.md b/op-challenger/README.md
index e394b85d7..1c652008e 100644
--- a/op-challenger/README.md
+++ b/op-challenger/README.md
@@ -67,7 +67,7 @@ used in production and are intended to provide convenient manual testing.
 ```shell
 ./bin/op-challenger create-game \
   --l1-eth-rpc <L1_ETH_RPC> \
-  --game-address <GAME_FACTORY_ADDRESS> \
+  --game-factory-address <GAME_FACTORY_ADDRESS> \
   --output-root <OUTPUT_ROOT> \
   --l2-block-num <L2_BLOCK_NUM> \
   <SIGNER_ARGS>
-- 
2.23.0