We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0514a36 commit c908952Copy full SHA for c908952
src/bin/cypher-lint.c
@@ -58,7 +58,7 @@ static void usage(FILE *s, const char *prog_name)
58
" -1 Only parse the first statement or client-command.\n"
59
" --ast, -a Dump the AST to stdout.\n"
60
" --colorize Colorize output using ANSI escape sequences.\n"
61
-" --no-colorize Disable colorization even when outputing to a TTY.\n"
+" --no-colorize Disable colorization even when outputting to a TTY.\n"
62
" --help, -h Output this usage information.\n"
63
" --only-statements Only parse statements (and not client commands).\n"
64
" --output-width <n> Attempt to limit output to the specified width.\n"
0 commit comments