]> granicus.if.org Git - file/commitdiff
fix parameter options
authorChristos Zoulas <christos@zoulas.com>
Thu, 11 Dec 2014 01:26:41 +0000 (01:26 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 11 Dec 2014 01:26:41 +0000 (01:26 +0000)
src/file_opts.h

index 9cb1d01deeee8966d22ba37c34f71503219e10db..130ca40aa8eddcc2532c894d2e7eacc4fb2bf7ff 100644 (file)
@@ -43,8 +43,12 @@ OPT('0', "print0", 0, "               terminate filenames with ASCII NUL\n")
 #if defined(HAVE_UTIME) || defined(HAVE_UTIMES)
 OPT('p', "preserve-date", 0, "        preserve access times on files\n")
 #endif
+OPT('P', "parameter", 0, "            set file engine parameter limits\n"
+    "                               indir        15 recursion limit for indirection\n"
+    "                               name         30 use limit for name/use magic\n"
+    "                               elf_phnum   128 max ELF prog sections processed\n"
+    "                               elf_shnum 32768 max ELF sections processed\n")
 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")