[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.566 and 1.567

version 1.566, 2021/08/08 08:49:09 version 1.567, 2021/09/10 10:26:02
Line 169 
Line 169 
 "           [-i identity_file] [-J [user@]host[:port]] [-L address]\n"  "           [-i identity_file] [-J [user@]host[:port]] [-L address]\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"
 "           [-Q query_option] [-R address] [-S ctl_path] [-W host:port]\n"  "           [-Q query_option] [-R address] [-S ctl_path] [-W host:port]\n"
 "           [-w local_tun[:remote_tun]] destination [command]\n"  "           [-w local_tun[:remote_tun]] destination [command [argument ...]]\n"
         );          );
         exit(255);          exit(255);
 }  }

Legend:
Removed from v.1.566  
changed lines
  Added in v.1.567