[BACK]Return to usbhidaction.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / usbhidaction

Diff for /src/usr.bin/usbhidaction/usbhidaction.c between version 1.11 and 1.12

version 1.11, 2009/10/14 20:36:56 version 1.12, 2009/10/21 15:48:27
Line 209 
Line 209 
 {  {
         extern char *__progname;          extern char *__progname;
   
         fprintf(stderr, "Usage: %s [-div] -c config-file -f device "          fprintf(stderr, "usage: %s [-div] -c config-file -f device arg ...\n",
                 "arg ...\n", __progname);              __progname);
         exit(1);          exit(1);
 }  }
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12