X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=abcdbbca94541f3eeef89a56a129c0e164108b29;hb=a65779d55837d7164425f4fd3b9cefe88d250706;hp=e1fe91aa946e21de320d5483b71ea629875aa0b0;hpb=e1a4fea80dc890638c4a543f2a535e9e28d790f3;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index e1fe91a..abcdbbc 100644 --- a/src/common.h +++ b/src/common.h @@ -251,9 +251,9 @@ GLOBAL int same_owner_option; /* If positive, preserve permissions when extracting. */ GLOBAL int same_permissions_option; -/* When set, strip the given number of path elements from the file name +/* When set, strip the given number of file name components from the file name before extracting */ -GLOBAL size_t strip_path_elements; +GLOBAL size_t strip_name_components; GLOBAL bool show_omitted_dirs_option;