]> granicus.if.org Git - file/commitdiff
fix alignment
authorChristos Zoulas <christos@zoulas.com>
Wed, 11 May 2011 00:47:40 +0000 (00:47 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 11 May 2011 00:47:40 +0000 (00:47 +0000)
src/file_opts.h

index bb8d0a0a5d76bda18699afcc9227a33cbdccd443..8a176721f632af3af42ffa5a9b11dd5a6b784d13 100644 (file)
@@ -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