Skip to content

Commit eb9a987

Browse files
committed
update description in cli
1 parent cc446e1 commit eb9a987

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nix/tools/run-client.sh.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ print_help() {
1818
echo " -h, --help Show this help message"
1919
echo
2020
echo "Description:"
21-
echo " This script wraps 'psql' and allows you to specify the PostgreSQL version to use."
21+
echo " Starts an interactive 'psql' session connecting to a Postgres database started with the"
22+
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"
2225
echo " If no migration file is provided, it runs the default Supabase migrations."
2326
echo
2427
echo "Examples:"

0 commit comments

Comments
 (0)