Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 439390
Collapse All | Expand All

(-)old/main.c (-2 / +2 lines)
Lines 148-154 Link Here
148
	fprintf(stderr, "--persistent-connections	-Q\n");
148
	fprintf(stderr, "--persistent-connections	-Q\n");
149
	fprintf(stderr, "--no-cache		-Z\n");
149
	fprintf(stderr, "--no-cache		-Z\n");
150
	fprintf(stderr, "--version		-V\n");
150
	fprintf(stderr, "--version		-V\n");
151
	fprintf(stderr, "--help			-h\n");
151
	fprintf(stderr, "--help			-H\n");
152
}
152
}
153
153
154
void emit_error()
154
void emit_error()
Lines 306-312 Link Here
306
		{"password",	1, NULL, 'P' },
306
		{"password",	1, NULL, 'P' },
307
		{"cookie",	1, NULL, 'C' },
307
		{"cookie",	1, NULL, 'C' },
308
		{"version",	0, NULL, 'V' },
308
		{"version",	0, NULL, 'V' },
309
		{"help",	0, NULL, 'h' },
309
		{"help",	0, NULL, 'H' },
310
		{NULL,		0, NULL, 0   }
310
		{NULL,		0, NULL, 0   }
311
	};
311
	};
312
312

Return to bug 439390