Преглед изворни кода

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