diff --git a/cli/bin/twenty b/cli/bin/twenty index cbb1e01..8434eca 100755 --- a/cli/bin/twenty +++ b/cli/bin/twenty @@ -26,10 +26,10 @@ when "console" else warn "Usage: twenty COMMAND [OPTIONS]\n\n" \ "Commands:\n" \ - " up Start the twenty web server.\n" \ - " down Stop the twenty web server.\n" \ - " connect Connect a project to twenty.\n" \ - " disconnect Disconnect a project from twenty.\n" \ - " migrate Migrate the database.\n" \ - " console Start the twenty developer console.\n" \ + " up Start the twenty web server\n" \ + " down Stop the twenty web server\n" \ + " connect Connect a project to twenty\n" \ + " disconnect Disconnect a project from twenty\n" \ + " migrate Migrate the database\n" \ + " console Start the twenty developer console\n" \ end