Browse Source

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

Sergey Poznyakoff 19 years ago
parent
commit
f20e08dd45
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/tar.c

+ 1 - 0
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;