From: Sergey Poznyakoff Date: Thu, 25 May 2006 14:12:51 +0000 (+0000) Subject: (parse_opt): Add comment before --preserve case. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=f20e08dd45014b0b6d11c43e4818dbe2283614a3;p=chaz%2Ftar (parse_opt): Add comment before --preserve case. --- diff --git a/src/tar.c b/src/tar.c index 5f8ae8d..5cd6b69 100644 --- a/src/tar.c +++ b/src/tar.c @@ -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;