commands/fzip/fzip.cif
changeset 52 e07366cad0b2
parent 0 7f656887cf89
child 77 8df58d8c99e8
equal deleted inserted replaced
51:3ad902ef5222 52:e07366cad0b2
    36 
    36 
    37 The directory to extract files into. Must be used in conjunction with '--unzip'.
    37 The directory to extract files into. Must be used in conjunction with '--unzip'.
    38 
    38 
    39 ==option bool r recurse
    39 ==option bool r recurse
    40 
    40 
    41 Include sub-directories and any files contained therein when archiving.  Must be used in conjunction with '--unzip'.
    41 Include sub-directories and any files contained therein when archiving.
    42 
    42 
    43 ==option filename f file multiple
    43 ==option filename f file multiple
    44 
    44 
    45 A file to archive. Only applicable when creating a new archive.
    45 A file or directory to archive. Only applicable when creating a new archive. If a directory is specified then it and any files contained immediately within that directory are archived. Use --recurse to archive all sub-directories and files within the directory. 
    46 
    46 
    47 ==option enum t compression-type
    47 ==option enum t compression-type
    48 
    48 
    49 ==enum-value zip
    49 ==enum-value zip
    50 
    50