Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/coreutils/seq.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/seq.c

    r2725 r3232  
    77 * Licensed under GPLv2, see file LICENSE in this source tree.
    88 */
     9
     10//usage:#define seq_trivial_usage
     11//usage:       "[-w] [-s SEP] [FIRST [INC]] LAST"
     12//usage:#define seq_full_usage "\n\n"
     13//usage:       "Print numbers from FIRST to LAST, in steps of INC.\n"
     14//usage:       "FIRST, INC default to 1.\n"
     15//usage:     "\n    -w  Pad to last with leading zeros"
     16//usage:     "\n    -s SEP  String separator"
     17
    918#include "libbb.h"
    1019
Note: See TracChangeset for help on using the changeset viewer.