aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/execute_sql_code.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/execute_sql_code.sh b/tools/execute_sql_code.sh
index 34cd948..eb27ce2 100755
--- a/tools/execute_sql_code.sh
+++ b/tools/execute_sql_code.sh
@@ -6,7 +6,7 @@ set -e
# @meta require-tools usql
-# @env USQL_DSN! The database url, e.g. pgsql://user:pass@host/dbname
+# @env USQL_DSN! The database connection url. e.g. pgsql://user:pass@host:port
# @env LLM_OUTPUT=/dev/stdout The output path
ROOT_DIR="${LLM_ROOT_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)}"