[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.55 and 1.56

version 1.55, 2021/08/13 11:27:33 version 1.56, 2021/08/13 12:37:28
Line 336 
Line 336 
 {  {
         (void)fprintf(stderr, "usage: jot [-cnr] [-b word] [-p precision] "          (void)fprintf(stderr, "usage: jot [-cnr] [-b word] [-p precision] "
             "[-s string] [-w word]\n"              "[-s string] [-w word]\n"
             "      [reps [begin [end [s]]]]\n");              "      [reps [begin [end [step]]]]\n");
         exit(1);          exit(1);
 }  }
   

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56