소스 검색

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.
 """