From 97492819decf4e58e36ef2b747ed57a3bddb38dc Mon Sep 17 00:00:00 2001 From: TigerKat Date: Mon, 15 Jul 2019 19:55:21 +0930 Subject: [PATCH] Fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c37f79..0e90c6f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Operation | Description --------------------------- | --------------------------- del_model <reg_ex> | Deletes all models whose name contains the regular expression <reg_ex>. geo_name <name> | Change the .geo's name to <name>. - rename_mode <new> <old> | Rename a model from <new> to <old>. + rename_model <new> <old> | Rename a model from <new> to <old>. Multiple operations can be specified and performed in the same run.