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

Diff for /src/usr.bin/ssh/ssh-keygen.c between version 1.57 and 1.58

version 1.57, 2001/04/22 13:25:37 version 1.58, 2001/04/22 13:41:02
Line 624 
Line 624 
 void  void
 usage(void)  usage(void)
 {  {
         printf("Usage: %s [-lBpqxiec] [-t type] [-b bits] [-f file] [-C comment] "          printf("Usage: %s [-ceilpqyB] [-t type] [-b bits] [-f file] [-C comment] "
             "[-N new-pass] [-P pass]\n", __progname);              "[-N new-pass] [-P pass]\n", __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58