summaryrefslogtreecommitdiff
path: root/src/file_opts.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2013-04-02 16:26:24 +0000
committerChristos Zoulas <christos@zoulas.com>2013-04-02 16:26:24 +0000
commit0f0d6d934756645c678aa48c5880bbc5902c8640 (patch)
treedf0e866fa7d3acd611cfd7a16a0805ad9b6227d5 /src/file_opts.h
parent8e826c9416bf5be4bf23f600a786416c69bb5807 (diff)
downloadfile-git-0f0d6d934756645c678aa48c5880bbc5902c8640.tar.gz
allow list for long opts. it was erroneous ifdefed out by S_IFLNK. from
joerg jenderek
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 60096ca0..db34eb73 100644
--- a/src/file_opts.h
+++ b/src/file_opts.h
@@ -32,8 +32,8 @@ 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")
-#ifdef S_IFLNK
OPT('l', "list", 0, " list magic strength\n")
+#ifdef S_IFLNK
OPT('L', "dereference", 0, " follow symlinks (default)\n")
OPT('h', "no-dereference", 0, " don't follow symlinks\n")
#endif