зеркало из https://github.com/Azure/sonic-openssh.git
- sobrado@cvs.openbsd.org 2009/10/17 12:10:39
[sftp-server.c] sort flags.
This commit is contained in:
Родитель
1b118881b8
Коммит
49b7e23545
|
@ -3,6 +3,9 @@
|
|||
- djm@cvs.openbsd.org 2009/10/11 23:03:15
|
||||
[hostfile.c]
|
||||
mention the host name that we are looking for in check_host_in_hostfile()
|
||||
- sobrado@cvs.openbsd.org 2009/10/17 12:10:39
|
||||
[sftp-server.c]
|
||||
sort flags.
|
||||
|
||||
20091011
|
||||
- (dtucker) [configure.ac sftp-client.c] Remove the gyrations required for
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: sftp-server.c,v 1.87 2009/08/31 20:56:02 djm Exp $ */
|
||||
/* $OpenBSD: sftp-server.c,v 1.88 2009/10/17 12:10:39 sobrado Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2000-2004 Markus Friedl. All rights reserved.
|
||||
*
|
||||
|
@ -1322,7 +1322,7 @@ sftp_server_usage(void)
|
|||
extern char *__progname;
|
||||
|
||||
fprintf(stderr,
|
||||
"usage: %s [-he] [-l log_level] [-f log_facility] [-u umask]\n",
|
||||
"usage: %s [-eh] [-f log_facility] [-l log_level] [-u umask]\n",
|
||||
__progname);
|
||||
exit(1);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче