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

Diff for /src/usr.bin/ssh/ssh-keyscan.c between version 1.150 and 1.151

version 1.150, 2023/02/10 04:56:30 version 1.151, 2023/02/10 06:41:53
Line 681 
Line 681 
 usage(void)  usage(void)
 {  {
         fprintf(stderr,          fprintf(stderr,
             "usage: ssh-keyscan [-46cDHv] [-f file] [-p port] [-T timeout] [-t type]\n"              "usage: ssh-keyscan [-46cDHv] [-f file] [-O option] [-p port] [-T timeout]\n"
             "                   [-O option] [host | addrlist namelist]\n");              "                   [-t type] [host | addrlist namelist]\n");
         exit(1);          exit(1);
 }  }
   

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.151