Comment 5 for bug 60163

Revision history for this message
Tormod Volden (tormodvolden) wrote :

Eventually I think it should rather be like this:

static struct builtin builtin_quietboot =
{
  "quiet",
  quietboot_func,
  BUILTIN_CMDLINE | BUILTIN_HELP_LIST,
  "quietboot",
  "Quiet boot messages."
};

I don't know why the help strings were ifdef'd away.