(parse_opt): Add comment before --preserve case.

This commit is contained in:
Sergey Poznyakoff
2006-05-25 14:12:51 +00:00
parent e6d15fc7af
commit f20e08dd45

View File

@@ -1431,6 +1431,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
break;
case PRESERVE_OPTION:
/* FIXME: What it is good for? */
same_permissions_option = true;
same_order_option = true;
break;