N_ 271 lib/quotearg.c left_quote = gettext_quote (N_("`"), quoting_style);
N_ 272 lib/quotearg.c right_quote = gettext_quote (N_("'"), quoting_style);
N_ 63 lib/xstrtol-error.c msgid = N_("invalid %s%s argument `%s'");
N_ 68 lib/xstrtol-error.c msgid = N_("invalid suffix in %s%s argument `%s'");
N_ 72 lib/xstrtol-error.c msgid = N_("%s%s argument `%s' too large");
N_ 161 src/cmp.c N_("-b, --print-bytes print differing bytes"),
N_ 162 src/cmp.c N_("-i, --ignore-initial=SKIP skip first SKIP bytes of both inputs"),
N_ 163 src/cmp.c N_("-i, --ignore-initial=SKIP1:SKIP2 skip first SKIP1 bytes of FILE1 and\n"
N_ 165 src/cmp.c N_("-l, --verbose output byte numbers and differing byte values"),
N_ 166 src/cmp.c N_("-n, --bytes=LIMIT compare at most LIMIT bytes"),
N_ 167 src/cmp.c N_("-s, --quiet, --silent suppress all normal output"),
N_ 168 src/cmp.c N_(" --help display this help and exit"),
N_ 169 src/cmp.c N_("-v, --version output version information and exit"),
N_ 491 src/cmp.c N_("%s %s differ: byte %s, line %s\n");
N_ 851 src/diff.c N_(" --normal output a normal diff (the default)"),
N_ 852 src/diff.c N_("-q, --brief report only when files differ"),
N_ 853 src/diff.c N_("-s, --report-identical-files report when two files are the same"),
N_ 854 src/diff.c N_("-c, -C NUM, --context[=NUM] output NUM (default 3) lines of copied context"),
N_ 855 src/diff.c N_("-u, -U NUM, --unified[=NUM] output NUM (default 3) lines of unified context"),
N_ 856 src/diff.c N_("-e, --ed output an ed script"),
N_ 857 src/diff.c N_("-n, --rcs output an RCS format diff"),
N_ 858 src/diff.c N_("-y, --side-by-side output in two columns"),
N_ 859 src/diff.c N_("-W, --width=NUM output at most NUM (default 130) print columns"),
N_ 860 src/diff.c N_(" --left-column output only the left column of common lines"),
N_ 861 src/diff.c N_(" --suppress-common-lines do not output common lines"),
N_ 863 src/diff.c N_("-p, --show-c-function show which C function each change is in"),
N_ 864 src/diff.c N_("-F, --show-function-line=RE show the most recent line matching RE"),
N_ 865 src/diff.c N_(" --label LABEL use LABEL instead of file name\n"
N_ 868 src/diff.c N_("-t, --expand-tabs expand tabs to spaces in output"),
N_ 869 src/diff.c N_("-T, --initial-tab make tabs line up by prepending a tab"),
N_ 870 src/diff.c N_(" --tabsize=NUM tab stops every NUM (default 8) print columns"),
N_ 871 src/diff.c N_(" --suppress-blank-empty suppress space or tab before empty output lines"),
N_ 872 src/diff.c N_("-l, --paginate pass output through `pr' to paginate it"),
N_ 874 src/diff.c N_("-r, --recursive recursively compare any subdirectories found"),
N_ 875 src/diff.c N_("-N, --new-file treat absent files as empty"),
N_ 876 src/diff.c N_(" --unidirectional-new-file treat absent first files as empty"),
N_ 877 src/diff.c N_(" --ignore-file-name-case ignore case when comparing file names"),
N_ 878 src/diff.c N_(" --no-ignore-file-name-case consider case when comparing file names"),
N_ 879 src/diff.c N_("-x, --exclude=PAT exclude files that match PAT"),
N_ 880 src/diff.c N_("-X, --exclude-from=FILE exclude files that match any pattern in FILE"),
N_ 881 src/diff.c N_("-S, --starting-file=FILE start with FILE when comparing directories"),
N_ 882 src/diff.c N_(" --from-file=FILE1 compare FILE1 to all operands;\n"
N_ 884 src/diff.c N_(" --to-file=FILE2 compare all operands to FILE2;\n"
N_ 887 src/diff.c N_("-i, --ignore-case ignore case differences in file contents"),
N_ 888 src/diff.c N_("-E, --ignore-tab-expansion ignore changes due to tab expansion"),
N_ 889 src/diff.c N_("-Z, --ignore-trailing-space ignore white space at line end"),
N_ 890 src/diff.c N_("-b, --ignore-space-change ignore changes in the amount of white space"),
N_ 891 src/diff.c N_("-w, --ignore-all-space ignore all white space"),
N_ 892 src/diff.c N_("-B, --ignore-blank-lines ignore changes whose lines are all blank"),
N_ 893 src/diff.c N_("-I, --ignore-matching-lines=RE ignore changes whose lines all match RE"),
N_ 895 src/diff.c N_("-a, --text treat all files as text"),
N_ 896 src/diff.c N_(" --strip-trailing-cr strip trailing carriage return on input"),
N_ 898 src/diff.c N_(" --binary read and write data in binary mode"),
N_ 901 src/diff.c N_("-D, --ifdef=NAME output merged file with `#ifdef NAME' diffs"),
N_ 902 src/diff.c N_(" --GTYPE-group-format=GFMT format GTYPE input groups with GFMT"),
N_ 903 src/diff.c N_(" --line-format=LFMT format all input lines with LFMT"),
N_ 904 src/diff.c N_(" --LTYPE-line-format=LFMT format LTYPE input lines with LFMT"),
N_ 905 src/diff.c N_(" These format options provide fine-grained control over the output\n"
N_ 907 src/diff.c N_(" LTYPE is `old', `new', or `unchanged'. GTYPE is LTYPE or `changed'."),
N_ 908 src/diff.c N_(" GFMT (only) may contain:\n\
N_ 920 src/diff.c N_(" LFMT (only) may contain:\n\
N_ 924 src/diff.c N_(" Both GFMT and LFMT may contain:\n\
N_ 930 src/diff.c N_("-d, --minimal try hard to find a smaller set of changes"),
N_ 931 src/diff.c N_(" --horizon-lines=NUM keep NUM lines of the common prefix and suffix"),
N_ 932 src/diff.c N_(" --speed-large-files assume large files and many scattered small changes"),
N_ 934 src/diff.c N_(" --help display this help and exit"),
N_ 935 src/diff.c N_("-v, --version output version information and exit"),
N_ 937 src/diff.c N_("FILES are `FILE1 FILE2' or `DIR1 DIR2' or `DIR FILE...' or `FILE... DIR'."),
N_ 938 src/diff.c N_("If --from-file or --to-file is given, there are no restrictions on FILE(s)."),
N_ 939 src/diff.c N_("If a FILE is `-', read standard input."),
N_ 940 src/diff.c N_("Exit status is 0 if inputs are the same, 1 if different, 2 if trouble."),
N_ 428 src/diff3.c N_("-A, --show-all output all changes, bracketing conflicts"),
N_ 430 src/diff3.c N_("-e, --ed output ed script incorporating changes\n"
N_ 432 src/diff3.c N_("-E, --show-overlap like -e, but bracket conflicts"),
N_ 433 src/diff3.c N_("-3, --easy-only like -e, but incorporate only nonoverlapping changes"),
N_ 434 src/diff3.c N_("-x, --overlap-only like -e, but incorporate only overlapping changes"),
N_ 435 src/diff3.c N_("-X like -x, but bracket conflicts"),
N_ 436 src/diff3.c N_("-i append `w' and `q' commands to ed scripts"),
N_ 438 src/diff3.c N_("-m, --merge output actual merged file, according to\n"
N_ 441 src/diff3.c N_("-a, --text treat all files as text"),
N_ 442 src/diff3.c N_(" --strip-trailing-cr strip trailing carriage return on input"),
N_ 443 src/diff3.c N_("-T, --initial-tab make tabs line up by prepending a tab"),
N_ 444 src/diff3.c N_(" --diff-program=PROGRAM use PROGRAM to compare files"),
N_ 445 src/diff3.c N_("-L, --label=LABEL use LABEL instead of file name\n"
N_ 448 src/diff3.c N_(" --help display this help and exit"),
N_ 449 src/diff3.c N_("-v, --version output version information and exit"),
N_ 170 src/sdiff.c N_("-o, --output=FILE operate interactively, sending output to FILE"),
N_ 172 src/sdiff.c N_("-i, --ignore-case consider upper- and lower-case to be the same"),
N_ 173 src/sdiff.c N_("-E, --ignore-tab-expansion ignore changes due to tab expansion"),
N_ 174 src/sdiff.c N_("-Z, --ignore-trailing-space ignore white space at line end"),
N_ 175 src/sdiff.c N_("-b, --ignore-space-change ignore changes in the amount of white space"),
N_ 176 src/sdiff.c N_("-W, --ignore-all-space ignore all white space"),
N_ 177 src/sdiff.c N_("-B, --ignore-blank-lines ignore changes whose lines are all blank"),
N_ 178 src/sdiff.c N_("-I, --ignore-matching-lines=RE ignore changes whose lines all match RE"),
N_ 179 src/sdiff.c N_(" --strip-trailing-cr strip trailing carriage return on input"),
N_ 180 src/sdiff.c N_("-a, --text treat all files as text"),
N_ 182 src/sdiff.c N_("-w, --width=NUM output at most NUM (default 130) print columns"),
N_ 183 src/sdiff.c N_("-l, --left-column output only the left column of common lines"),
N_ 184 src/sdiff.c N_("-s, --suppress-common-lines do not output common lines"),
N_ 186 src/sdiff.c N_("-t, --expand-tabs expand tabs to spaces in output"),
N_ 187 src/sdiff.c N_(" --tabsize=NUM tab stops at every NUM (default 8) print columns"),
N_ 189 src/sdiff.c N_("-d, --minimal try hard to find a smaller set of changes"),
N_ 190 src/sdiff.c N_("-H, --speed-large-files assume large files, many scattered small changes"),
N_ 191 src/sdiff.c N_(" --diff-program=PROGRAM use PROGRAM to compare files"),
N_ 193 src/sdiff.c N_(" --help display this help and exit"),
N_ 194 src/sdiff.c N_("-v, --version output version information and exit"),