summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2007-11-18 20:59:12 +0000
committerChristos Zoulas <christos@zoulas.com>2007-11-18 20:59:12 +0000
commitd2ed2659798253f0874b873a94996f3ba2e60907 (patch)
tree2373b422c6fb0d4d508f36c47a40cf9f2ba3aa86
parentb0772fc9f726d7e70e5da2d20c34744589ca2c09 (diff)
downloadfile-git-d2ed2659798253f0874b873a94996f3ba2e60907.tar.gz
missed troff, sort from rrt.
-rw-r--r--src/file_opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_opts.h b/src/file_opts.h
index eacb10f1..46bc08ae 100644
--- a/src/file_opts.h
+++ b/src/file_opts.h
@@ -23,7 +23,7 @@ OPT('c', "checking-printout", 0, " print the parsed form of the magic file, u
" before installing it\n")
OPT('e', "exclude", 1, " TEST exclude TEST from the list of test to be\n"
" performed for file. Valid tests are:\n"
- " ascii, apptype, elf, compress, soft, tar\n")
+ " ascii, apptype, compress, elf, soft, tar, tokens, troff\n")
OPT('f', "files-from", 1, " FILE read the filenames to be examined from FILE\n")
OPT('F', "separator", 1, " STRING use string as separator instead of `:'\n")
OPT('i', "mime", 0, " output MIME type strings (--mime-type and\n"