summaryrefslogtreecommitdiff
path: root/src/file_opts.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2015-04-09 20:01:40 +0000
committerChristos Zoulas <christos@zoulas.com>2015-04-09 20:01:40 +0000
commit9190a18d09f25fb0ca6abe1fcbdba780f5077e45 (patch)
tree6d3bd2c37b2388470b0795f8d620e4f57ba257ba /src/file_opts.h
parentde4eb3d2f0f5bb135e45120075ab5e97b3d011ff (diff)
downloadfile-git-9190a18d09f25fb0ca6abe1fcbdba780f5077e45.tar.gz
Add --extension
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 3286ac60..79ced3a4 100644
--- a/src/file_opts.h
+++ b/src/file_opts.h
@@ -29,6 +29,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 comma-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")