whitespace sync

This commit is contained in:
Kevin Steves 2001-01-24 14:06:28 +00:00
parent 0c69615e35
commit 2926586a42
1 changed files with 1 additions and 1 deletions

View File

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