[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.32.2.3 and 1.51

version 1.32.2.3, 2001/03/21 19:46:30 version 1.51, 2001/03/21 14:20:45
Line 612 
Line 612 
 void  void
 usage(void)  usage(void)
 {  {
         printf("Usage: %s [-lpqxXyc] [-t type] [-b bits] [-f file] [-C comment] "          printf("Usage: %s [-lBpqxXyc] [-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.32.2.3  
changed lines
  Added in v.1.51