Skip to content

Commit 1b4a693

Browse files
committed
2 parents 04eb820 + 3a2c2bf commit 1b4a693

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

readme.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ Run
1313
./compress -i <file1,file2> -o <outputDir>
1414
```
1515

16-
17-
> -a Read all files in the test directory
18-
> -d Decompress mode
19-
> -i string
20-
> Input files to be compressed
21-
> -o string
22-
> Output directory for compressed files (Optional)
16+
```bash
17+
-a Read all files in the test directory
18+
-d Decompress mode
19+
-i string
20+
Input files to be compressed
21+
-o string
22+
Output directory for compressed files (Optional)
23+
-p string
24+
Password for encryption (Optional)
25+
-v Print version
26+
```

0 commit comments

Comments
 (0)