Minor change in docstrings.

nor ch#
This commit is contained in:
Nathan Stratton Treadway
2014-07-27 23:31:26 +03:00
committed by Sergey Poznyakoff
parent fcde08534b
commit 002bf86821
2 changed files with 4 additions and 4 deletions

View File

@@ -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,