equal
deleted
inserted
replaced
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 |