[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.276 and 1.277

version 1.276, 2006/04/25 08:02:27 version 1.277, 2006/07/02 17:12:58
Line 172 
Line 172 
 "           [-i identity_file] [-L [bind_address:]port:host:hostport]\n"  "           [-i identity_file] [-L [bind_address:]port:host:hostport]\n"
 "           [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"  "           [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"
 "           [-R [bind_address:]port:host:hostport] [-S ctl_path]\n"  "           [-R [bind_address:]port:host:hostport] [-S ctl_path]\n"
 "           [-w tunnel:tunnel] [user@]hostname [command]\n"  "           [-w local_tun[:remote_tun]] [user@]hostname [command]\n"
         );          );
         exit(255);          exit(255);
 }  }

Legend:
Removed from v.1.276  
changed lines
  Added in v.1.277