Skip to content

Commit 9a7bec1

Browse files
committed
Fix argument formatting
1 parent d41431b commit 9a7bec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lint/cmd_data.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ cmd_data_opt(struct yl_opt *yo, const char *cmdline, char ***posv, int *posc)
173173
{"operational", required_argument, NULL, 'O'},
174174
{"reply-rpc", required_argument, NULL, 'R'},
175175
{"not-strict", no_argument, NULL, 'n'},
176-
{"anydata-strict", no_argument , NULL, 'A'},
176+
{"anydata-strict", no_argument, NULL, 'A'},
177177
{"type", required_argument, NULL, 't'},
178178
{"xpath", required_argument, NULL, 'x'},
179179
{"ext-inst", required_argument, NULL, 'k'},

0 commit comments

Comments
 (0)