[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.2 and 1.3

version 1.2, 2002/06/11 06:16:36 version 1.3, 2004/04/03 21:01:25
Line 205 
Line 205 
 {  {
         extern char *__progname;          extern char *__progname;
   
         fprintf(stderr, "Usage: %s -c config_file [-d] -f hid_dev "          fprintf(stderr, "Usage: %s [-div] -c config-file -f device "
                 "[-i] [-v]\n", __progname);                  "arg ...\n", __progname);
         exit(1);          exit(1);
 }  }
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3