Skip to content

Commit 415dc3e

Browse files
committed
fixup: parse_options with null instead of empty str
1 parent eb9e472 commit 415dc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bugreport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ int cmd_main(int argc, const char **argv)
351351
/* Prerequisite for hooks and config checks */
352352
setup_git_directory_gently(&nongit_ok);
353353

354-
argc = parse_options(argc, argv, "", bugreport_options,
354+
argc = parse_options(argc, argv, NULL, bugreport_options,
355355
bugreport_usage, 0);
356356

357357
if (option_output) {

0 commit comments

Comments
 (0)