diff --git a/docs/CONFIG.md b/docs/CONFIG.md index 3cba54eb546cfb648cc7b5bd2e135652a040b309..3c998420551eb10f4ff79db53eca63edf6cbea0a 100644 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -191,7 +191,7 @@ A small utility (`tools/configure.py`) is included to simplify the configuration For a minimal version, run: ```shell - python tools/configure.py --minimal generate FasterRCNN BBoxHead + python tools/configure.py generate --minimal FasterRCNN BBoxHead ``` diff --git a/docs/CONFIG_cn.md b/docs/CONFIG_cn.md index 8b7eaa653a65264db189fa88a125ce10b5a6f667..22084cb5d2f4b0e376a852d936e118f4f58a2593 100644 --- a/docs/CONFIG_cn.md +++ b/docs/CONFIG_cn.md @@ -181,7 +181,7 @@ pip install typeguard http://github.com/willthefrog/docstring_parser/tarball/mas 如需最小配置,运行: ```shell - python tools/configure.py --minimal generate FasterRCNN BBoxHead + python tools/configure.py generate --minimal FasterRCNN BBoxHead ```