Unverified Commit 566d231a authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[Dist] fix argument consistent with help message (#4957)

parent 0a655592
......@@ -134,7 +134,7 @@ if __name__ == "__main__":
)
parser.add_argument(
"--part-config", type=str, help="The file of the partition config"
"--part_config", type=str, help="The file of the partition config"
)
args, _ = parser.parse_known_args()
assert (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment