summaryrefslogtreecommitdiffstats
path: root/sqlglot/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sqlglot/__main__.py')
-rw-r--r--sqlglot/__main__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sqlglot/__main__.py b/sqlglot/__main__.py
index 4161259..c0fa380 100644
--- a/sqlglot/__main__.py
+++ b/sqlglot/__main__.py
@@ -40,8 +40,8 @@ parser.add_argument(
"--error-level",
dest="error_level",
type=str,
- default="RAISE",
- help="IGNORE, WARN, RAISE (default)",
+ default="IMMEDIATE",
+ help="IGNORE, WARN, RAISE, IMMEDIATE (default)",
)