The '-l' option is documented but not supported:

,---- [ coreutils/stat.c ]
|       getopt32(argv, "ftL"
|                      USE_SELINUX("Z")
|                       USE_FEATURE_STAT_FORMAT("c:", &format)
|                       );
`----

,---- [ include/usage.h ]
| #define stat_full_usage \
|        "Display file (default) or filesystem status" \
|        "\n\nOptions:\n" \
|        USE_FEATURE_STAT_FORMAT( \
|        "                      -c fmt  Use the specified format\n") \
|        "                      -f Display filesystem status\n" \
|        "                      -L,-l      Dereference links\n" \
|        "                      -t         Display info in terse form"
|        \
|        USE_SELINUX( \
|        "\n        -Z  Print security context" \
|        ) \
`----


Cheers,

-- 
Cristian
_______________________________________________
busybox mailing list
busybox@busybox.net
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to