Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/coreutils/readlink.c

    r2725 r3232  
    77 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
    88 */
     9
     10//usage:#define readlink_trivial_usage
     11//usage:    IF_FEATURE_READLINK_FOLLOW("[-fnv] ") "FILE"
     12//usage:#define readlink_full_usage "\n\n"
     13//usage:       "Display the value of a symlink"
     14//usage:    IF_FEATURE_READLINK_FOLLOW( "\n"
     15//usage:     "\n    -f  Canonicalize by following all symlinks"
     16//usage:     "\n    -n  Don't add newline"
     17//usage:     "\n    -v  Verbose"
     18//usage:    )
     19
    920#include "libbb.h"
    1021
Note: See TracChangeset for help on using the changeset viewer.