Skip to content

Commit fa81c56

Browse files
oliricethebengeu
andauthored
Update nix/tools/run-client.sh.in
Co-authored-by: Beng Eu <[email protected]>
1 parent eb9a987 commit fa81c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/tools/run-client.sh.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ print_help() {
2020
echo "Description:"
2121
echo " Starts an interactive 'psql' session connecting to a Postgres database started with the"
2222
echo " 'nix run .#start-server' command. If a migration file is not provided, the client"
23-
echo " initializes the database with the default migrations for a new Supabase project"
24-
echo " if a migrations file is provided, default migrations are skipped"
23+
echo " initializes the database with the default migrations for a new Supabase project."
24+
echo " If a migrations file is provided, default migrations are skipped"
2525
echo " If no migration file is provided, it runs the default Supabase migrations."
2626
echo
2727
echo "Examples:"

0 commit comments

Comments
 (0)