summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sftp.c b/sftp.c
index 85e5505b5..2ce7cc1e1 100644
--- a/sftp.c
+++ b/sftp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp.c,v 1.112 2009/11/20 00:54:01 djm Exp $ */ 1/* $OpenBSD: sftp.c,v 1.113 2009/11/22 13:18:00 halex Exp $ */
2/* 2/*
3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> 3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
4 * 4 *
@@ -1719,7 +1719,8 @@ main(int argc, char **argv)
1719 case 'c': 1719 case 'c':
1720 case 'i': 1720 case 'i':
1721 case 'o': 1721 case 'o':
1722 addargs(&args, "-%c%s", ch, optarg); 1722 addargs(&args, "-%c", ch);
1723 addargs(&args, "%s", optarg);
1723 break; 1724 break;
1724 case 'q': 1725 case 'q':
1725 showprogress = 0; 1726 showprogress = 0;