Skip to content

Commit 5eedc9f

Browse files
committed
Update readme
1 parent b66fdf6 commit 5eedc9f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

readme.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,31 @@ You can download pre-built binaries for your platform from the [Releases](https:
3939
### Compressing Files
4040

4141
```bash
42-
sq compress [files...] -o [output_dir] -p [password] -a [algorithm]
42+
SquirrelZip -c [files...] -o [output_dir] -p [password] -a [algorithm] -all
4343
```
4444

4545
Options:
46+
- `-c`: Input files or directory to be compressed
4647
- `-o`: Output directory (optional)
4748
- `-p`: Password for encryption (optional)
48-
- `-a`: Compression algorithm (optional)
49+
- `-a`: Compression algorithm (optional, defaults to "huffman")
50+
- `-all`: Read all files in the input directory (optional)
4951

5052
### Decompressing Files
5153

5254
```bash
53-
sq decompress [file] -o [output_dir] -p [password]
55+
SquirrelZip -d [file] -o [output_dir] -p [password]
5456
```
5557

5658
Options:
59+
- `-d`: Input file to decompress
5760
- `-o`: Output directory (optional)
5861
- `-p`: Password for decryption (required if file was encrypted)
5962

63+
### Additional Options
64+
- `-v`: Print version
65+
- `-h`: Print help
66+
6067
## Development
6168

6269
### Project Structure

0 commit comments

Comments
 (0)