Explorar o código

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

Sergey Poznyakoff %!s(int64=19) %!d(string=hai) anos
pai
achega
f20e08dd45
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;