improve help text

This commit is contained in:
Nacho Codoñer
2024-05-27 15:51:17 +02:00
parent 92c0026d35
commit eddd9ca0f7

View File

@@ -500,11 +500,12 @@ development database. The current working directory must be a Meteor
project directory, and the Meteor application must already be running.
>>> reset
Reset the project state. Erases the local database.
Usage: meteor reset
Reset the project state.
Usage: meteor reset [--db]
Reset the current project to a fresh state. Removes all local data.
Reset the current project to a fresh state and clears the local cache.
The --db flag also removes the local database.
>>> deploy
Deploy this project to Galaxy, Meteor's hosting service.