summaryrefslogtreecommitdiff
path: root/src/file_opts.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2008-10-18 20:47:47 +0000
committerChristos Zoulas <christos@zoulas.com>2008-10-18 20:47:47 +0000
commit9705b9b2f010aca8638e6124d0141eb1d6392a5f (patch)
treef24e72a254546afcadd7114bc824afcbe723af27 /src/file_opts.h
parent025bd9f1fc9dff7060f8fe402f0ee4779cd93561 (diff)
downloadfile-git-9705b9b2f010aca8638e6124d0141eb1d6392a5f.tar.gz
add apple creator/type
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 46bc08ae..f38354ad 100644
--- a/src/file_opts.h
+++ b/src/file_opts.h
@@ -28,6 +28,7 @@ OPT('f', "files-from", 1, " FILE read the filenames to be examined from FIL
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("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")