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

    r2725 r3232  
    1212 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
    1313*/
     14
     15//usage:#define dos2unix_trivial_usage
     16//usage:       "[-ud] [FILE]"
     17//usage:#define dos2unix_full_usage "\n\n"
     18//usage:       "Convert FILE in-place from DOS to Unix format.\n"
     19//usage:       "When no file is given, use stdin/stdout.\n"
     20//usage:     "\n    -u  dos2unix"
     21//usage:     "\n    -d  unix2dos"
     22//usage:
     23//usage:#define unix2dos_trivial_usage
     24//usage:       "[-ud] [FILE]"
     25//usage:#define unix2dos_full_usage "\n\n"
     26//usage:       "Convert FILE in-place from Unix to DOS format.\n"
     27//usage:       "When no file is given, use stdin/stdout.\n"
     28//usage:     "\n    -u  dos2unix"
     29//usage:     "\n    -d  unix2dos"
    1430
    1531#include "libbb.h"
Note: See TracChangeset for help on using the changeset viewer.