Skip to content

Commit f9d7c85

Browse files
HanzlikPetrmichalvasko
authored andcommitted
yanglint BUGFIX missing space in help
1 parent 6aeaf02 commit f9d7c85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/lint/main_ni.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ help(int shortout)
226226
printf(" -J, --json-null\n"
227227
" Allow usage of JSON empty values ('null') within input data\n\n");
228228

229-
printf(" -T, --ietf\n"
229+
printf(" -T, --ietf\n"
230230
" Enable stricter YANG model validation according to IETF rules.\n\n");
231231

232232
printf(" -G GROUPS, --debug=GROUPS\n"

0 commit comments

Comments
 (0)