summaryrefslogtreecommitdiff
path: root/src/file_opts.h
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2015-06-10 19:06:05 +0000
committerXin LI <delphij@FreeBSD.org>2015-06-10 19:06:05 +0000
commit76c08169d47becb14ee96abce87cb4167fd159f9 (patch)
tree683691b945591f3b3198540865fd167c1cc12a2f /src/file_opts.h
parent7e650197bfa22668160695ec55b6ed3e3da63f43 (diff)
Diffstat (limited to 'src/file_opts.h')
-rw-r--r--src/file_opts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file_opts.h b/src/file_opts.h
index 3286ac607ec68..036505fe1dd5c 100644
--- a/src/file_opts.h
+++ b/src/file_opts.h
@@ -17,6 +17,7 @@ OPT('v', "version", 0, " output version information and exit\n")
OPT('m', "magic-file", 1, " LIST use LIST as a colon-separated list of magic\n"
" number files\n")
OPT('z', "uncompress", 0, " try to look inside compressed files\n")
+OPT('Z', "uncompress-noreport", 0, " only print the contents of compressed files\n")
OPT('b', "brief", 0, " do not prepend filenames to output lines\n")
OPT('c', "checking-printout", 0, " print the parsed form of the magic file, use in\n"
" conjunction with -m to debug a new magic file\n"
@@ -29,6 +30,7 @@ OPT('F', "separator", 1, " STRING use string as separator instead of `:'\n")
OPT('i', "mime", 0, " output MIME type strings (--mime-type and\n"
" --mime-encoding)\n")
OPT_LONGONLY("apple", 0, " output the Apple CREATOR/TYPE\n")
+OPT_LONGONLY("extension", 0, " output a slash-separated list of extnsions\n")
OPT_LONGONLY("mime-type", 0, " output the MIME type\n")
OPT_LONGONLY("mime-encoding", 0, " output the MIME encoding\n")
OPT('k', "keep-going", 0, " don't stop at the first match\n")