diff options
Diffstat (limited to 'sftp.c')
-rw-r--r-- | sftp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sftp.c,v 1.122 2010/01/15 00:05:22 guenther Exp $ */ | 1 | /* $OpenBSD: sftp.c,v 1.123 2010/01/27 19:21:39 djm 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 | * |
@@ -2095,7 +2095,7 @@ main(int argc, char **argv) | |||
2095 | infile = stdin; | 2095 | infile = stdin; |
2096 | 2096 | ||
2097 | while ((ch = getopt(argc, argv, | 2097 | while ((ch = getopt(argc, argv, |
2098 | "1246hqrvCc:D:i:o:s:S:b:B:F:P:R:")) != -1) { | 2098 | "1246hpqrvCc:D:i:o:s:S:b:B:F:P:R:")) != -1) { |
2099 | switch (ch) { | 2099 | switch (ch) { |
2100 | /* Passed through to ssh(1) */ | 2100 | /* Passed through to ssh(1) */ |
2101 | case '4': | 2101 | case '4': |