[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.71 and 1.72

version 1.71, 2001/08/02 16:14:05 version 1.72, 2001/08/03 10:31:30
Line 817 
Line 817 
 static void  static void
 usage(void)  usage(void)
 {  {
         fprintf(stderr, "ssh-agent version %s\n", SSH_VERSION);          fprintf(stderr, "Usage: %s [options] [command [args ...]]\n",
         fprintf(stderr, "Usage: %s [-c | -s] [-k] [-d] [command [args...]]\n",  
             __progname);              __progname);
           fprintf(stderr, "Options:\n");
           fprintf(stderr, "  -c          Generate C-shell commands on stdout.\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");
         exit(1);          exit(1);
 }  }
   

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72