From: Christos Zoulas Date: Wed, 11 May 2011 00:47:40 +0000 (+0000) Subject: fix alignment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d88a8e42bf6b25ebec6ceb89da667639966f063;p=file fix alignment --- diff --git a/src/file_opts.h b/src/file_opts.h index bb8d0a0a..8a176721 100644 --- a/src/file_opts.h +++ b/src/file_opts.h @@ -33,7 +33,7 @@ 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") #ifdef S_IFLNK -OPT('l', "list", 0, " list magic strength\n") +OPT('l', "list", 0, " list magic strength\n") OPT('L', "dereference", 0, " follow symlinks (default)\n") OPT('h', "no-dereference", 0, " don't follow symlinks\n") #endif