N_("cancel the effect of --delay-directory-restore option"), GRID+1 },
{"sort", SORT_OPTION, N_("ORDER"), 0,
#if D_INO_IN_DIRENT
- N_("directory sorting order: none (default), name or inode"
+ N_("directory sorting order: none (default), name or inode")
#else
- N_("directory sorting order: none (default) or name"
+ N_("directory sorting order: none (default) or name")
#endif
- ), GRID+1 },
+ , GRID+1 },
#undef GRID
#define GRID 55
case GROUP_MAP_OPTION:
group_map_read (arg);
break;
-
+
case MODE_OPTION:
mode_option = mode_compile (arg);
if (!mode_option)
case OWNER_MAP_OPTION:
owner_map_read (arg);
break;
-
+
case QUOTE_CHARS_OPTION:
for (;*arg; arg++)
set_char_quoting (NULL, *arg, 1);
{
struct argp_option const *p = NULL;
struct argp_child const *child;
-
+
p = find_argp_option_key (ap->options, key);
if (!p && ap->children)
{
}
return p;
}
-
+
static const char *tar_authors[] = {
"John Gilmore",
"Jay Fenlason",