소스 검색

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

Sergey Poznyakoff 19 년 전
부모
커밋
f20e08dd45
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;