[BACK]Return to ssh-agent.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-agent.c between version 1.183 and 1.184

version 1.183, 2014/02/02 03:44:31 version 1.184, 2014/03/15 17:28:26
Line 985 
Line 985 
 static void  static void
 usage(void)  usage(void)
 {  {
         fprintf(stderr, "usage: %s [options] [command [arg ...]]\n",          fprintf(stderr,
             __progname);              "usage: ssh-agent [-c | -s] [-d] [-a bind_address] [-t life]\n"
         fprintf(stderr, "Options:\n");              "                 [command [arg ...]]\n"
         fprintf(stderr, "  -c          Generate C-shell commands on stdout.\n");              "       ssh-agent [-c | -s] -k\n");
         fprintf(stderr, "  -s          Generate Bourne shell commands on stdout.\n");  
         fprintf(stderr, "  -k          Kill the current agent.\n");  
         fprintf(stderr, "  -d          Debug mode.\n");  
         fprintf(stderr, "  -a socket   Bind agent socket to given name.\n");  
         fprintf(stderr, "  -t life     Default identity lifetime (seconds).\n");  
         exit(1);          exit(1);
 }  }
   

Legend:
Removed from v.1.183  
changed lines
  Added in v.1.184