[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.591 and 1.592

version 1.591, 2023/07/17 04:08:31 version 1.592, 2023/07/17 05:41:53
Line 163 
Line 163 
 usage(void)  usage(void)
 {  {
         fprintf(stderr,          fprintf(stderr,
 "usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface]\n"  "usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface] [-b bind_address]\n"
 "           [-b bind_address] [-c cipher_spec] [-D [bind_address:]port]\n"  "           [-c cipher_spec] [-D [bind_address:]port] [-E log_file]\n"
 "           [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11]\n"  "           [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file]\n"
 "           [-i identity_file] [-J [user@]host[:port]] [-L address]\n"  "           [-J destination] [-L address] [-l login_name] [-m mac_spec]\n"
 "           [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"  "           [-O ctl_cmd] [-o option] [-P tag] [-p port] [-Q query_option]\n"
 "           [-Q query_option] [-R address] [-S ctl_path] [-W host:port]\n"  "           [-R address] [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]\n"
 "           [-w local_tun[:remote_tun]] destination [command [argument ...]]\n"  "           destination [command [argument ...]]\n"
         );          );
         exit(255);          exit(255);
 }  }

Legend:
Removed from v.1.591  
changed lines
  Added in v.1.592