pce.c
changeset 12 faac84f37171
parent 11 0a821b9bdc80
child 15 06da811cdc27
equal deleted inserted replaced
11:0a821b9bdc80 12:faac84f37171
   247 }
   247 }
   248 
   248 
   249 void
   249 void
   250 usage()
   250 usage()
   251 {
   251 {
   252     fprintf(stderr, "pce v0.1 - PCE-HT71 programmer and data downloader\n");
   252     fprintf(stderr, "pce v0.2 - PCE-HT71 programmer and data downloader\n");
   253     fprintf(stderr, "Copyright (C) 2010  Lluis Batlle i Rossell\n");
   253     fprintf(stderr, "Copyright (C) 2010  Lluis Batlle i Rossell\n");
   254     fprintf(stderr, "This program comes with ABSOLUTELY NO WARRANTY.\n");
   254     fprintf(stderr, "This program comes with ABSOLUTELY NO WARRANTY.\n");
   255     fprintf(stderr, "This is free software, and you are welcome to redistribute it\n");
   255     fprintf(stderr, "This is free software, and you are welcome to redistribute it\n");
   256     fprintf(stderr, "under certain conditions; type `show c' for details.\n");
   256     fprintf(stderr, "under certain conditions; type `show c' for details.\n");
   257     fprintf(stderr, "\nusage: pce [-n maxsamples] [-t timepersample] [-i] <-d downloadfile | -s>\n");
   257     fprintf(stderr, "\nusage: pce [-n maxsamples] [-t timepersample] [-i] <-d downloadfile | -s>\n");