View | Details | Raw Unified | Return to bug 1704
Collapse All | Expand All

(-)sftp.c.orig (-1 / +1 lines)
Lines 2095-2101 Link Here
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':

Return to bug 1704