Skip to content

Commit e46200e

Browse files
committed
yanglint BUGFIX param arg typo
1 parent 57336b4 commit e46200e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lint/main_ni.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ process_args(int argc, char *argv[], struct yl_opt *yo, struct ly_ctx **ctx)
515515
yo->line_length = 0;
516516

517517
opterr = 0;
518-
while ((opt = getopt_long(argc, argv, "hvVQf:I:p:DF:iP:qs:neEA:t:d:lL:o:O:R:myY:XJx:G:k:", options, &opt_index)) != -1) {
518+
while ((opt = getopt_long(argc, argv, "hvVQf:I:p:DF:iP:qs:neE:At:d:lL:o:O:R:myY:XJx:G:k:", options, &opt_index)) != -1) {
519519
switch (opt) {
520520
case 'h': /* --help */
521521
help(0);

0 commit comments

Comments
 (0)