[scp.c]
     pass -v to ssh; from slade@shore.net
This commit is contained in:
Ben Lindstrom 2001-06-09 01:15:11 +00:00
parent 2a097a4543
commit 9cc9464613
2 changed files with 6 additions and 2 deletions

View File

@ -27,6 +27,9 @@
- markus@cvs.openbsd.org 2001/06/03 19:36:44
[ssh-keygen.1]
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
- OpenBSD CVS Sync
@ -5538,4 +5541,4 @@
- Wrote replacements for strlcpy and mkdtemp
- 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
View File

@ -75,7 +75,7 @@
*/
#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 "atomicio.h"
@ -265,6 +265,7 @@ main(argc, argv)
ssh_program = xstrdup(optarg);
break;
case 'v':
addargs(&args, "-v");
verbose_mode = 1;
break;
case 'q':