• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/diff/src/

Lines Matching refs:N_

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