[sftp-server.c]
     sort flags.
This commit is contained in:
Darren Tucker 2009-10-24 11:41:05 +11:00
Родитель 1b118881b8
Коммит 49b7e23545
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -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);
}