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

(-)install-xattr_old/install-xattr.c (-2 / +2 lines)
Lines 278-291 Link Here
278
			{                "mode", required_argument, 0, 'm'},
278
			{                "mode", required_argument, 0, 'm'},
279
			{               "owner", required_argument, 0, 'o'},
279
			{               "owner", required_argument, 0, 'o'},
280
			{              "suffix", required_argument, 0, 'S'},
280
			{              "suffix", required_argument, 0, 'S'},
281
			{             "context", optional_argument, 0, 'Z'},
281
			{             "context", optional_argument, 0,  0 },
282
			{              "backup", optional_argument, 0, 'b'},
282
			{              "backup", optional_argument, 0, 'b'},
283
			{                "help",       no_argument, 0,  0 },
283
			{                "help",       no_argument, 0,  0 },
284
			{                     0,                 0, 0,  0 }
284
			{                     0,                 0, 0,  0 }
285
		};
285
		};
286
286
287
		int option_index;
287
		int option_index;
288
		int c = getopt_long(argc, argv, "dt:g:m:o:S:Z:", long_options, &option_index);
288
		int c = getopt_long(argc, argv, "dt:g:m:o:S:Z", long_options, &option_index);
289
289
290
 
290
 
291
		if (c == -1)
291
		if (c == -1)

Return to bug 699550