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

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

version 1.13, 2003/06/10 22:20:47 version 1.14, 2003/12/15 23:24:20
Line 306 
Line 306 
 static void  static void
 usage(void)  usage(void)
 {  {
         (void)fprintf(stderr, "usage: jot [-cnr] [-b word] [-w word] "          (void)fprintf(stderr, "usage: jot [-cnr] [-b word] [-p precision] "
             "[-s string] [-p precision] [reps [begin [end [s]]]]\n");              "[-s string] [-w word]\n"
               "      [reps [begin [end [s]]]]\n");
         exit(1);          exit(1);
 }  }
   

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