Changeset 999 in MondoRescue


Ignore:
Timestamp:
Dec 7, 2006, 10:12:58 AM (17 years ago)
Author:
Bruno Cornec
Message:

Add option G to handle the gzip compression format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondoarchive/mondo-cli.c

    r998 r999  
    10331033    while ((opt =
    10341034            getopt(argc, argv,
    1035                    "0123456789A:B:C:DE:FHI:J:K:LNOP:QRS:T:VWb:c:d:ef:gik:l:mn:op:rs:tuw:x:z"))
     1035                   "0123456789A:B:C:DE:FGHI:J:K:LNOP:QRS:T:VWb:c:d:ef:gik:l:mn:op:rs:tuw:x:z"))
    10361036           != -1) {
    10371037        if (opt == '?') {
Note: See TracChangeset for help on using the changeset viewer.