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

    r2725 r3232  
    1010/* BB_AUDIT SUSv3 (virtually) compliant -- uses nicer GNU format for -l. */
    1111/* http://www.opengroup.org/onlinepubs/007904975/utilities/cmp.html */
     12
     13//usage:#define cmp_trivial_usage
     14//usage:       "[-l] [-s] FILE1 [FILE2" IF_DESKTOP(" [SKIP1 [SKIP2]]") "]"
     15//usage:#define cmp_full_usage "\n\n"
     16//usage:       "Compare FILE1 with FILE2 (or stdin)\n"
     17//usage:     "\n    -l  Write the byte numbers (decimal) and values (octal)"
     18//usage:     "\n        for all differing bytes"
     19//usage:     "\n    -s  Quiet"
    1220
    1321#include "libbb.h"
Note: See TracChangeset for help on using the changeset viewer.