// clang-format off
static const struct option long_options[] = {
{ "help", no_argument, NULL, 'h' },
- { "bourne-shell", no_argument, NULL },
+ { "bourne-shell", no_argument, NULL, 0 },
{ "sh", no_argument, NULL, 'b' },
{ "csh", no_argument, NULL, 'c' },
{ "c-shell", no_argument, NULL, 'c' },