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

Diff for /src/usr.bin/cdio/cdio.c between version 1.13 and 1.14

version 1.13, 1999/12/15 05:33:56 version 1.14, 2000/12/24 11:34:10
Line 155 
Line 155 
   
 void usage ()  void usage ()
 {  {
         printf ("Usage:\n\t%s [ -vs ] [ -f disc ] [ command args... ]\n", __progname);          (void)fprintf(stderr,
         printf ("Options:\n");              "usage: %s [-sv] [-f device] [command args ...]\n", __progname);
         printf ("\t-v       - verbose mode\n");  
         printf ("\t-s       - silent mode\n");  
         printf ("\t-f disc  - a block device name such as /dev/cd0c\n");  
         printf ("\tDISC - shell variable with device name\n");  
         printf ("\tCDROM - shell variable checked if DISC isn't sent\n");  
         printf ("Commands:\n");  
         help ();  
         exit (1);          exit (1);
 }  }
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14