diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2011-10-06 06:01:12 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2011-10-06 06:01:12 +0000 |
commit | dacc26abaa8ab61168c45f0716bea144fa8afd14 (patch) | |
tree | d25590ff6bfc3386fbca9494d26b8761e3d33410 /file_opts.h | |
parent | b873e82fedb8026ff397a976c38d4182a21da706 (diff) |
Notes
Diffstat (limited to 'file_opts.h')
-rw-r--r-- | file_opts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/file_opts.h b/file_opts.h index 1a73e8732b14f..8a176721f632a 100644 --- a/file_opts.h +++ b/file_opts.h @@ -33,6 +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', "dereference", 0, " follow symlinks (default)\n") OPT('h', "no-dereference", 0, " don't follow symlinks\n") #endif |