From f55b4974058da80bac38bedc6f87810689913154 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Thu, 25 Apr 2024 03:04:11 -0300 Subject: [PATCH] Remove period --- cli/bin/twenty | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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