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

Diff for /src/usr.bin/ssh/ssh.c between version 1.443 and 1.444

version 1.443, 2016/07/15 00:24:30 version 1.444, 2016/07/16 06:57:55
Line 183 
Line 183 
         fprintf(stderr,          fprintf(stderr,
 "usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n"  "usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n"
 "           [-D [bind_address:]port] [-E log_file] [-e escape_char]\n"  "           [-D [bind_address:]port] [-E log_file] [-e escape_char]\n"
 "           [-F configfile] [-I pkcs11] [-i identity_file] [-L address]\n"  "           [-F configfile] [-I pkcs11] [-i identity_file]\n"
 "           [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"  "           [-J [user@]host[:port]] [-L address] [-l login_name] [-m mac_spec]\n"
 "           [-Q query_option] [-R address] [-S ctl_path] [-W host:port]\n"  "           [-O ctl_cmd] [-o option] [-p port] [-Q query_option] [-R address]\n"
 "           [-w local_tun[:remote_tun]] [user@]hostname [command]\n"  "           [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]\n"
   "           [user@]hostname [command]\n"
         );          );
         exit(255);          exit(255);
 }  }

Legend:
Removed from v.1.443  
changed lines
  Added in v.1.444