зеркало из https://github.com/Azure/sonic-openssh.git
- stevesk@cvs.openbsd.org 2001/03/28 20:04:38
[scp.c] usage more like rcp and add missing -B to usage; ok markus@
This commit is contained in:
Родитель
bd47226987
Коммит
ff2618c80f
|
@ -23,6 +23,9 @@
|
|||
- stevesk@cvs.openbsd.org 2001/03/28 19:56:23
|
||||
[scp.c]
|
||||
start to sync scp closer to rcp; ok markus@
|
||||
- stevesk@cvs.openbsd.org 2001/03/28 20:04:38
|
||||
[scp.c]
|
||||
usage more like rcp and add missing -B to usage; ok markus@
|
||||
|
||||
20010328
|
||||
- (djm) Reorder tests and library inclusion for Krb4/AFS to try to
|
||||
|
@ -4761,4 +4764,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1032 2001/03/29 00:39:55 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1033 2001/03/29 00:43:54 mouring Exp $
|
||||
|
|
6
scp.c
6
scp.c
|
@ -75,7 +75,7 @@
|
|||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$OpenBSD: scp.c,v 1.63 2001/03/28 19:56:23 stevesk Exp $");
|
||||
RCSID("$OpenBSD: scp.c,v 1.64 2001/03/28 20:04:38 stevesk Exp $");
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "atomicio.h"
|
||||
|
@ -966,8 +966,8 @@ void
|
|||
usage()
|
||||
{
|
||||
(void) fprintf(stderr, "usage: scp "
|
||||
"[-pqrvC46] [-S ssh] [-P port] [-c cipher] [-i identity] f1 f2; or:\n"
|
||||
" scp [options] f1 ... fn directory\n");
|
||||
"[-pqrvBC46] [-S ssh] [-P port] [-c cipher] [-i identity] f1 f2\n"
|
||||
" or: scp [options] f1 ... fn directory\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче