Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 522428 | Differences between
and this patch

Collapse All | Expand All

(-)a/util/grub-probe.c (-6 / +2 lines)
Lines 711-716 static struct argp_option options[] = { Link Here
711
   N_("use FILE as the device map [default=%s]"), 0},
711
   N_("use FILE as the device map [default=%s]"), 0},
712
  {"target",  't', N_("TARGET"), 0, 0, 0},
712
  {"target",  't', N_("TARGET"), 0, 0, 0},
713
  {"verbose",     'v', 0,      0, N_("print verbose messages."), 0},
713
  {"verbose",     'v', 0,      0, N_("print verbose messages."), 0},
714
  {0, '0', 0, 0, N_("separate items in output using ASCII NUL characters"), 0},
714
  { 0, 0, 0, 0, 0, 0 }
715
  { 0, 0, 0, 0, 0, 0 }
715
};
716
};
716
717
Lines 884-894 main (int argc, char *argv[]) Link Here
884
  else
885
  else
885
    probe (arguments.devices[0], NULL, delim);
886
    probe (arguments.devices[0], NULL, delim);
886
887
887
  if (!arguments.zero_delim && (print == PRINT_BIOS_HINT
888
  if (delim == ' ')
888
				|| print == PRINT_IEEE1275_HINT
889
				|| print == PRINT_BAREMETAL_HINT
890
				|| print == PRINT_EFI_HINT
891
				|| print == PRINT_ARC_HINT))
892
    putchar ('\n');
889
    putchar ('\n');
893
890
894
  /* Free resources.  */
891
  /* Free resources.  */
895
- 

Return to bug 522428