Skip to content

Commit 220d360

Browse files
committed
Fix typo in the list of env vars
1 parent ed8a581 commit 220d360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/command/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func AvailableEnvVars() string {
237237
return strings.Join([]string{
238238
" " + envVarPrefix + "DATABASE_URL Database connection string",
239239
" " + envVarPrefix + "URL_PREFIX HTTP server path prefix",
240-
" " + envVarPrefix + "SESSIONS: Enable multiple database sessions",
240+
" " + envVarPrefix + "SESSIONS Enable multiple database sessions",
241241
" " + envVarPrefix + "LOCK_SESSION Lock session to a single database connection",
242242
" " + envVarPrefix + "AUTH_USER HTTP basic auth username",
243243
" " + envVarPrefix + "AUTH_PASS HTTP basic auth password",

0 commit comments

Comments
 (0)