Deleted Added
full compact
file_opts.h (267897) file_opts.h (275698)
1/*
2 * Table of command-line options
3 *
4 * The first column specifies the short name, if any, or 0 if none.
5 * The second column specifies the long name.
6 * The third column specifies whether it takes a parameter.
7 * The fourth column is the documentation.
8 *

--- 30 unchanged lines hidden (view full) ---

39#endif
40OPT('n', "no-buffer", 0, " do not buffer output\n")
41OPT('N', "no-pad", 0, " do not pad output\n")
42OPT('0', "print0", 0, " terminate filenames with ASCII NUL\n")
43#if defined(HAVE_UTIME) || defined(HAVE_UTIMES)
44OPT('p', "preserve-date", 0, " preserve access times on files\n")
45#endif
46OPT('r', "raw", 0, " don't translate unprintable chars to \\ooo\n")
1/*
2 * Table of command-line options
3 *
4 * The first column specifies the short name, if any, or 0 if none.
5 * The second column specifies the long name.
6 * The third column specifies whether it takes a parameter.
7 * The fourth column is the documentation.
8 *

--- 30 unchanged lines hidden (view full) ---

39#endif
40OPT('n', "no-buffer", 0, " do not buffer output\n")
41OPT('N', "no-pad", 0, " do not pad output\n")
42OPT('0', "print0", 0, " terminate filenames with ASCII NUL\n")
43#if defined(HAVE_UTIME) || defined(HAVE_UTIMES)
44OPT('p', "preserve-date", 0, " preserve access times on files\n")
45#endif
46OPT('r', "raw", 0, " don't translate unprintable chars to \\ooo\n")
47OPT('R', "recursion", 0, " set maximum recursion level\n")
47OPT('s', "special-files", 0, " treat special (block/char devices) files as\n"
48 " ordinary ones\n")
49OPT('C', "compile", 0, " compile file specified by -m\n")
50OPT('d', "debug", 0, " print debugging messages\n")
48OPT('s', "special-files", 0, " treat special (block/char devices) files as\n"
49 " ordinary ones\n")
50OPT('C', "compile", 0, " compile file specified by -m\n")
51OPT('d', "debug", 0, " print debugging messages\n")