Skip to content

Commit c908952

Browse files
committed
Fix spelling
1 parent 0514a36 commit c908952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cypher-lint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ static void usage(FILE *s, const char *prog_name)
5858
" -1 Only parse the first statement or client-command.\n"
5959
" --ast, -a Dump the AST to stdout.\n"
6060
" --colorize Colorize output using ANSI escape sequences.\n"
61-
" --no-colorize Disable colorization even when outputing to a TTY.\n"
61+
" --no-colorize Disable colorization even when outputting to a TTY.\n"
6262
" --help, -h Output this usage information.\n"
6363
" --only-statements Only parse statements (and not client commands).\n"
6464
" --output-width <n> Attempt to limit output to the specified width.\n"

0 commit comments

Comments
 (0)