浏览代码

fix: update migrate message on cli

trgiangdo 1 年之前
父节点
当前提交
2fe7eb7e92
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tests/cli/test_cli.py

+ 2 - 2
tests/cli/test_cli.py

@@ -55,8 +55,8 @@ positional arguments:
     run                 Run a Taipy application.
     manage-versions     Taipy version control system.
     create              Create a new Taipy application.
-    migrate             Migrate entities from old taipy versions to current taipy version. The entity migration should
-    be performed only after updating taipy code to the current version.
+    migrate             Migrate entities created from old taipy versions to be compatible with the current taipy
+    version. The entity migration should be performed only after updating taipy code to the current version.
     help                Show the Taipy help message.
 """