summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sshd.c b/sshd.c
index ccff65d06..3e03a8e18 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshd.c,v 1.358 2008/06/10 04:50:25 dtucker Exp $ */ 1/* $OpenBSD: sshd.c,v 1.359 2008/06/10 08:17:40 jmc Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -804,8 +804,9 @@ usage(void)
804 fprintf(stderr, "%s, %s\n", 804 fprintf(stderr, "%s, %s\n",
805 SSH_RELEASE, SSLeay_version(SSLEAY_VERSION)); 805 SSH_RELEASE, SSLeay_version(SSLEAY_VERSION));
806 fprintf(stderr, 806 fprintf(stderr,
807"usage: sshd [-46Ddeiqt] [-b bits] [-f config_file] [-g login_grace_time]\n" 807"usage: sshd [-46DdeiqTt] [-b bits] [-C connection_spec] [-f config_file]\n"
808" [-h host_key_file] [-k key_gen_time] [-o option] [-p port] [-u len]\n" 808" [-g login_grace_time] [-h host_key_file] [-k key_gen_time]\n"
809" [-o option] [-p port] [-u len]\n"
809 ); 810 );
810 exit(1); 811 exit(1);
811} 812}