From: Reuben Thomas Date: Sun, 2 Nov 2008 22:06:33 +0000 (+0000) Subject: Fix formatting of --apple documentation. X-Git-Tag: FILE5_00~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3be270f1e1a6e79ccf02ded0f43921d9afe4c62;p=file Fix formatting of --apple documentation. --- diff --git a/src/file_opts.h b/src/file_opts.h index f38354ad..0e57a3c1 100644 --- a/src/file_opts.h +++ b/src/file_opts.h @@ -28,7 +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("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")