Remove period

This commit is contained in:
0x1eef 2024-04-25 03:04:11 -03:00
parent 05efd73c5a
commit f55b497405

View file

@ -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