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

    r2725 r3232  
    77 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
    88 */
     9
     10//usage:#define comm_trivial_usage
     11//usage:       "[-123] FILE1 FILE2"
     12//usage:#define comm_full_usage "\n\n"
     13//usage:       "Compare FILE1 with FILE2\n"
     14//usage:     "\n    -1  Suppress lines unique to FILE1"
     15//usage:     "\n    -2  Suppress lines unique to FILE2"
     16//usage:     "\n    -3  Suppress lines common to both files"
    917
    1018#include "libbb.h"
Note: See TracChangeset for help on using the changeset viewer.