Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 195218
Collapse All | Expand All

(-)lcdtest-1.08/src/lcdtest.c (-1 / +2 lines)
Lines 680-686 Link Here
680
    {
680
    {
681
      argv++;
681
      argv++;
682
      if ((strcmp (argv [0], "--help") == 0) ||
682
      if ((strcmp (argv [0], "--help") == 0) ||
683
	  (strcmp (argv [0], "-?") == 0))
683
	  (strcmp (argv [0], "-?") == 0) ||
684
	  (strcmp (argv [0], "-h") ==0))
684
	{
685
	{
685
	  usage (stderr);
686
	  usage (stderr);
686
	  help (stderr);
687
	  help (stderr);

Return to bug 195218