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

Diff for /src/usr.bin/encrypt/encrypt.c between version 1.24 and 1.25

version 1.24, 2006/11/02 18:02:16 version 1.25, 2007/03/06 11:16:55
Line 58 
Line 58 
 {  {
   
         (void)fprintf(stderr,          (void)fprintf(stderr,
             "usage: %s [-k] [-b rounds] [-c class] [-m] [-s salt] [-p | string]\n",              "usage: %s [-km] [-b rounds] [-c class] [-p | string] [-s salt]\n",
             __progname);              __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25