(parse_opt): Add comment before --preserve case.
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 25 May 2006 14:12:51 +0000 (14:12 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 25 May 2006 14:12:51 +0000 (14:12 +0000)
src/tar.c

index 5f8ae8db410df7e20150cfdbb684adda054aac40..5cd6b697e66887deb3da203e62b76b362daf6131 100644 (file)
--- 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;