[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.216 and 1.217

version 1.216, 2004/06/17 15:10:14 version 1.217, 2004/06/17 23:56:57
Line 153 
Line 153 
 usage(void)  usage(void)
 {  {
         fprintf(stderr,          fprintf(stderr,
 "usage: ssh [-1246AaCfghkNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]\n"  "usage: ssh [-1246AaCfghkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]\n"
 "           [-D port] [-e escape_char] [-F configfile] [-i identity_file]\n"  "           [-D port] [-e escape_char] [-F configfile] [-i identity_file]\n"
 "           [-L port:host:hostport] [-l login_name] [-m mac_spec] [-o option]\n"  "           [-L port:host:hostport] [-l login_name] [-m mac_spec] [-o option]\n"
 "           [-p port] [-R port:host:hostport] [user@]hostname [command]\n"  "           [-p port] [-R port:host:hostport] [-S ctl_path]\n"
   "           [user@]hostname [command]\n"
         );          );
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.216  
changed lines
  Added in v.1.217