[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.292 and 1.293

version 1.292, 2022/09/17 10:11:29 version 1.293, 2022/10/07 06:00:58
Line 1979 
Line 1979 
 {  {
         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 allowed_providers] [-t life]\n"              "                 [-O option] [-P allowed_providers] [-t life]\n"
             "       ssh-agent [-a bind_address] [-E fingerprint_hash] [-P allowed_providers]\n"              "       ssh-agent [-a bind_address] [-E fingerprint_hash] [-O option]\n"
             "                 [-t life] command [arg ...]\n"              "                 [-P allowed_providers] [-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.292  
changed lines
  Added in v.1.293