summaryrefslogtreecommitdiff
path: root/src/file_opts.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2015-04-10 15:36:01 +0000
committerChristos Zoulas <christos@zoulas.com>2015-04-10 15:36:01 +0000
commit73653e510fc7adb4ea182c991eb6eaa2cc57624c (patch)
treea8a1fd82ae2a0bb10b4027629fab337af0719dce /src/file_opts.h
parent00222a9cd97df816a11ee0523c2f5c0ec2de7646 (diff)
downloadfile-git-73653e510fc7adb4ea182c991eb6eaa2cc57624c.tar.gz
change comma-separated, to slash-separated
Diffstat (limited to 'src/file_opts.h')
-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 79ced3a4..317cb328 100644
--- a/src/file_opts.h
+++ b/src/file_opts.h
@@ -29,7 +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("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")