mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 09:17:32 +08: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
|
||||
[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
3
scp.c
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user