summaryrefslogtreecommitdiff
path: root/src/file_opts.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2014-11-27 15:40:36 +0000
committerChristos Zoulas <christos@zoulas.com>2014-11-27 15:40:36 +0000
commit90018fe22ff8b74a22fcd142225b0a00f3f12677 (patch)
tree456d9e1597f793e022a7a52251a991fcb6a9304d /src/file_opts.h
parent8a905717660395b38ec4966493f6f1cf2f33946c (diff)
downloadfile-git-90018fe22ff8b74a22fcd142225b0a00f3f12677.tar.gz
bump recursion to 15, and allow it to be set from the command line.
Diffstat (limited to 'src/file_opts.h')
-rw-r--r--src/file_opts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file_opts.h b/src/file_opts.h
index db34eb73..9cb1d01d 100644
--- a/src/file_opts.h
+++ b/src/file_opts.h
@@ -44,6 +44,7 @@ OPT('0', "print0", 0, " terminate filenames with ASCII NUL\n")
OPT('p', "preserve-date", 0, " preserve access times on files\n")
#endif
OPT('r', "raw", 0, " don't translate unprintable chars to \\ooo\n")
+OPT('R', "recursion", 0, " set maximum recursion level\n")
OPT('s', "special-files", 0, " treat special (block/char devices) files as\n"
" ordinary ones\n")
OPT('C', "compile", 0, " compile file specified by -m\n")