mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-09-25 19:08:56 +02:00
- markus@cvs.openbsd.org 2001/06/03 19:38:42
[scp.c] pass -v to ssh; from slade@shore.net
This commit is contained in:
parent
2a097a4543
commit
9cc9464613
@ -27,6 +27,9 @@
|
|||||||
- markus@cvs.openbsd.org 2001/06/03 19:36:44
|
- markus@cvs.openbsd.org 2001/06/03 19:36:44
|
||||||
[ssh-keygen.1]
|
[ssh-keygen.1]
|
||||||
1-2 bits of entrophy per character (not per word), ok stevesk@
|
1-2 bits of entrophy per character (not per word), ok stevesk@
|
||||||
|
- markus@cvs.openbsd.org 2001/06/03 19:38:42
|
||||||
|
[scp.c]
|
||||||
|
pass -v to ssh; from slade@shore.net
|
||||||
|
|
||||||
20010606
|
20010606
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
@ -5538,4 +5541,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1255 2001/06/09 01:13:40 mouring Exp $
|
$Id: ChangeLog,v 1.1256 2001/06/09 01:15:11 mouring Exp $
|
||||||
|
3
scp.c
3
scp.c
@ -75,7 +75,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: scp.c,v 1.71 2001/05/19 16:05:41 markus Exp $");
|
RCSID("$OpenBSD: scp.c,v 1.72 2001/06/03 19:38:42 markus Exp $");
|
||||||
|
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
#include "atomicio.h"
|
#include "atomicio.h"
|
||||||
@ -265,6 +265,7 @@ main(argc, argv)
|
|||||||
ssh_program = xstrdup(optarg);
|
ssh_program = xstrdup(optarg);
|
||||||
break;
|
break;
|
||||||
case 'v':
|
case 'v':
|
||||||
|
addargs(&args, "-v");
|
||||||
verbose_mode = 1;
|
verbose_mode = 1;
|
||||||
break;
|
break;
|
||||||
case 'q':
|
case 'q':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user