Quellcode durchsuchen

fix: update migrate message on cli

trgiangdo vor 1 Jahr
Ursprung
Commit
2fe7eb7e92
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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.
     run                 Run a Taipy application.
     manage-versions     Taipy version control system.
     manage-versions     Taipy version control system.
     create              Create a new Taipy application.
     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.
     help                Show the Taipy help message.
 """
 """