[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.394 and 1.395

version 1.394, 2013/11/25 18:04:21 version 1.395, 2013/11/26 12:14:54
Line 187 
Line 187 
 "           [-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]\n"  "           [-F configfile] [-I pkcs11] [-i identity_file]\n"
 "           [-L [bind_address:]port:host:hostport] [-l login_name] [-m mac_spec]\n"  "           [-L [bind_address:]port:host:hostport] [-l login_name] [-m mac_spec]\n"
 "           [-O ctl_cmd] [-o option] [-p port] [-R [bind_address:]port:host:hostport]\n"  "           [-O ctl_cmd] [-o option] [-p port]\n"
 "           [-S ctl_path] [-Q cipher | cipher-auth | mac | kex | key]\n"  "           [-Q cipher | cipher-auth | mac | kex | key]\n"
 "           [-W host:port] [-w local_tun[:remote_tun]]\n"  "           [-R [bind_address:]port:host:hostport] [-S ctl_path] [-W host:port]\n"
 "           [user@]hostname [command]\n"  "           [-w local_tun[:remote_tun]] [user@]hostname [command]\n"
         );          );
         exit(255);          exit(255);
 }  }

Legend:
Removed from v.1.394  
changed lines
  Added in v.1.395