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

    r2725 r3232  
    1818 */
    1919
     20//usage:#define ar_trivial_usage
     21//usage:       "[-o] [-v] [-p] [-t] [-x] ARCHIVE FILES"
     22//usage:#define ar_full_usage "\n\n"
     23//usage:       "Extract or list FILES from an ar archive\n"
     24//usage:     "\n    -o  Preserve original dates"
     25//usage:     "\n    -p  Extract to stdout"
     26//usage:     "\n    -t  List"
     27//usage:     "\n    -x  Extract"
     28//usage:     "\n    -v  Verbose"
     29
    2030#include "libbb.h"
    21 #include "archive.h"
     31#include "bb_archive.h"
    2232#include "ar.h"
    2333
     
    7282
    7383/*
    74  * when replacing files in an existing archive, copy from the the
     84 * when replacing files in an existing archive, copy from the
    7585 * original archive those files that are to be left intact
    7686 */
Note: See TracChangeset for help on using the changeset viewer.