Lines Matching refs:N_
861 N_("Compare files line by line."),
863 N_("-i --ignore-case Ignore case differences in file contents."),
864 N_("--ignore-file-name-case Ignore case when comparing file names."),
865 N_("--no-ignore-file-name-case Consider case when comparing file names."),
866 N_("-E --ignore-tab-expansion Ignore changes due to tab expansion."),
867 N_("-b --ignore-space-change Ignore changes in the amount of white space."),
868 N_("-w --ignore-all-space Ignore all white space."),
869 N_("-B --ignore-blank-lines Ignore changes whose lines are all blank."),
870 N_("-I RE --ignore-matching-lines=RE Ignore changes whose lines all match RE."),
871 N_("--strip-trailing-cr Strip trailing carriage return on input."),
873 N_("--binary Read and write data in binary mode."),
875 N_("-a --text Treat all files as text."),
877 N_("-c -C NUM --context[=NUM] Output NUM (default 3) lines of copied context.\n\
882 N_("-q --brief Output only whether files differ."),
883 N_("-e --ed Output an ed script."),
884 N_("--normal Output a normal diff."),
885 N_("-n --rcs Output an RCS format diff."),
886 N_("-y --side-by-side Output in two columns.\n\
890 N_("-D NAME --ifdef=NAME Output merged file to show `#ifdef NAME' diffs."),
891 N_("--GTYPE-group-format=GFMT Similar, but format GTYPE input groups with GFMT."),
892 N_("--line-format=LFMT Similar, but format all input lines with LFMT."),
893 N_("--LTYPE-line-format=LFMT Similar, but format LTYPE input lines with LFMT."),
894 N_(" LTYPE is `old', `new', or `unchanged'. GTYPE is LTYPE or `changed'."),
895 N_(" GFMT may contain:\n\
906 N_(" LFMT may contain:\n\
910 N_(" Either GFMT or LFMT may contain:\n\
915 N_("-l --paginate Pass the output through `pr' to paginate it."),
916 N_("-t --expand-tabs Expand tabs to spaces in output."),
917 N_("-T --initial-tab Make tabs line up by prepending a tab."),
918 N_("--tabsize=NUM Tab stops are every NUM (default 8) print columns."),
920 N_("-r --recursive Recursively compare any subdirectories found."),
921 N_("-N --new-file Treat absent files as empty."),
922 N_("--unidirectional-new-file Treat absent first files as empty."),
923 N_("-s --report-identical-files Report when two files are the same."),
924 N_("-x PAT --exclude=PAT Exclude files that match PAT."),
925 N_("-X FILE --exclude-from=FILE Exclude files that match any pattern in FILE."),
926 N_("-S FILE --starting-file=FILE Start with FILE when comparing directories."),
927 N_("--from-file=FILE1 Compare FILE1 to all operands. FILE1 can be a directory."),
928 N_("--to-file=FILE2 Compare all operands to FILE2. FILE2 can be a directory."),
930 N_("--horizon-lines=NUM Keep NUM lines of the common prefix and suffix."),
931 N_("-d --minimal Try hard to find a smaller set of changes."),
932 N_("--speed-large-files Assume large files and many scattered small changes."),
934 N_("-v --version Output version info."),
935 N_("--help Output this help."),
937 N_("FILES are `FILE1 FILE2' or `DIR1 DIR2' or `DIR FILE...' or `FILE... DIR'."),
938 N_("If --from-file or --to-file is given, there are no restrictions on FILES."),
939 N_("If a FILE is `-', read standard input."),
940 N_("Exit status is 0 if inputs are the same, 1 if different, 2 if trouble."),
942 N_("Report bugs to <bug-gnu-utils@gnu.org>."),