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

    r2725 r3232  
    1212 */
    1313
     14//usage:#if !ENABLE_DESKTOP
     15//usage:#define od_trivial_usage
     16//usage:       "[-aBbcDdeFfHhIiLlOovXx] [FILE]"
     17//usage:#define od_full_usage "\n\n"
     18//usage:       "Print FILE (or stdin) unambiguously, as octal bytes by default"
     19//usage:#endif
    1420
    1521#include "libbb.h"
Note: See TracChangeset for help on using the changeset viewer.