X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=src%2Ftar.c;h=cd32379035fac0efe9994577b6f5bdc487a53589;hp=ac32f97c02ea78bd1b396887d912109a84754914;hb=002bf868212d032a8901efc2110ea0224d16ee86;hpb=fcde08534bdabfaa50d9c762631c8ccc0a94fefa diff --git a/src/tar.c b/src/tar.c index ac32f97..cd32379 100644 --- a/src/tar.c +++ b/src/tar.c @@ -717,9 +717,9 @@ static struct argp_option options[] = { {"no-null", NO_NULL_OPTION, 0, 0, N_("disable the effect of the previous --null option"), GRID+1 }, {"unquote", UNQUOTE_OPTION, 0, 0, - N_("unquote filenames read with -T (default)"), GRID+1 }, + N_("unquote input file or member names (default)"), GRID+1 }, {"no-unquote", NO_UNQUOTE_OPTION, 0, 0, - N_("do not unquote filenames read with -T"), GRID+1 }, + N_("do not unquote input file or member names"), GRID+1 }, {"exclude", EXCLUDE_OPTION, N_("PATTERN"), 0, N_("exclude files, given as a PATTERN"), GRID+1 }, {"exclude-from", 'X', N_("FILE"), 0,