From 708e4f67f01a26d2ee79918160cda8ccadf9dcd4 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Wed, 11 May 2011 00:47:40 +0000 Subject: [PATCH] fix alignment --- src/file_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.0