Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/coreutils/env.c


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/env.c

    r2725 r3232  
    3131
    3232/* This is a NOEXEC applet. Be very careful! */
     33
     34//usage:#define env_trivial_usage
     35//usage:       "[-iu] [-] [name=value]... [PROG ARGS]"
     36//usage:#define env_full_usage "\n\n"
     37//usage:       "Print the current environment or run PROG after setting up\n"
     38//usage:       "the specified environment\n"
     39//usage:     "\n    -, -i   Start with an empty environment"
     40//usage:     "\n    -u  Remove variable from the environment"
    3341
    3442#include "libbb.h"
Note: See TracChangeset for help on using the changeset viewer.