diff options
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 |