1
0
mirror of git://anongit.mindrot.org/openssh.git synced 2025-03-25 04:36:33 +00:00

whitespace sync

This commit is contained in:
Kevin Steves 2001-01-24 14:06:28 +00:00
parent 0c69615e35
commit 2926586a42

View File

@ -699,7 +699,7 @@ usage()
{ {
fprintf(stderr, "ssh-agent version %s\n", SSH_VERSION); fprintf(stderr, "ssh-agent version %s\n", SSH_VERSION);
fprintf(stderr, "Usage: %s [-c | -s] [-k] [command {args...]]\n", fprintf(stderr, "Usage: %s [-c | -s] [-k] [command {args...]]\n",
__progname); __progname);
exit(1); exit(1);
} }