mirror of git://anongit.mindrot.org/openssh.git
- sobrado@cvs.openbsd.org 2009/10/17 12:10:39
[sftp-server.c] sort flags.
This commit is contained in:
parent
1b118881b8
commit
49b7e23545
|
@ -3,6 +3,9 @@
|
||||||
- djm@cvs.openbsd.org 2009/10/11 23:03:15
|
- djm@cvs.openbsd.org 2009/10/11 23:03:15
|
||||||
[hostfile.c]
|
[hostfile.c]
|
||||||
mention the host name that we are looking for in check_host_in_hostfile()
|
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
|
20091011
|
||||||
- (dtucker) [configure.ac sftp-client.c] Remove the gyrations required for
|
- (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.
|
* Copyright (c) 2000-2004 Markus Friedl. All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -1322,7 +1322,7 @@ sftp_server_usage(void)
|
||||||
extern char *__progname;
|
extern char *__progname;
|
||||||
|
|
||||||
fprintf(stderr,
|
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);
|
__progname);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue