[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.258 and 1.259

version 1.258, 2020/05/26 01:26:58 version 1.259, 2020/06/19 07:21:42
Line 1240 
Line 1240 
 {  {
         fprintf(stderr,          fprintf(stderr,
             "usage: ssh-agent [-c | -s] [-Dd] [-a bind_address] [-E fingerprint_hash]\n"              "usage: ssh-agent [-c | -s] [-Dd] [-a bind_address] [-E fingerprint_hash]\n"
             "                 [-P provider_whitelist] [-t life] [command [arg ...]]\n"              "                 [-P provider_whitelist] [-t life]\n"
               "       ssh-agent [-a bind_address] [-E fingerprint_hash] [-P provider_whitelist]\n"
               "                 [-t life] command [arg ...]\n"
             "       ssh-agent [-c | -s] -k\n");              "       ssh-agent [-c | -s] -k\n");
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.258  
changed lines
  Added in v.1.259