]> andersk Git - openssh.git/blobdiff - scp.c
- (djm) Sync with OpenBSD:
[openssh.git] / scp.c
diff --git a/scp.c b/scp.c
index 8d5a251b58e39d166db7eec118e701a3daa8486e..75e50ce25169237689eb31e268921a7368c0a0ce 100644 (file)
--- a/scp.c
+++ b/scp.c
@@ -75,7 +75,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: scp.c,v 1.41 2000/10/11 20:03:27 markus Exp $");
+RCSID("$OpenBSD: scp.c,v 1.42 2000/10/14 10:07:21 markus Exp $");
 
 #include "ssh.h"
 #include "xmalloc.h"
@@ -266,13 +266,13 @@ main(argc, argv)
                case 'o':
                case 'c':
                case 'i':
-                       addargs("-%c %s", ch, optarg);
+                       addargs("-%c%s", ch, optarg);
                        break;
                case 'P':
-                       addargs("-p %s", optarg);
+                       addargs("-p%s", optarg);
                        break;
                case 'B':
-                       addargs("-o Batchmode yes");
+                       addargs("-oBatchmode yes");
                        break;
                case 'p':
                        pflag = 1;
This page took 0.033599 seconds and 4 git commands to generate.