Skip to content

Commit 7ec8357

Browse files
authored
Update README.md
1 parent 236de28 commit 7ec8357

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ARGS:
5858

5959
Losslessly compress ```image1.jpg```, located in the ```home``` directory, into a folder called ```output```
6060
```
61-
$ caesiumclt -q 0 -o ~/output/ ~/image.jpg
61+
$ caesiumclt --lossless -o ~/output/ ~/image.jpg
6262
```
6363

6464
Compress ```image1.jpg```, located in the ```home``` directory, into a folder called ```output``` with lossy compression and quality set to 80
@@ -68,15 +68,15 @@ $ caesiumclt -q 80 -o ~/output/ ~/image.jpg
6868

6969
Losslessly compress ```image1.jpg```, located in the ```home``` directory, into a folder called ```output``` and keeps EXIF metadata
7070
```
71-
$ caesiumclt -q 0 -e -o ~/output/ ~/image.jpg
71+
$ caesiumclt --lossless -e -o ~/output/ ~/image.jpg
7272
```
7373

7474
Losslessly compress ```Pictures``` folder and subfolders, located in the ```home``` directory, into a folder called ```output```
7575
```
76-
$ caesiumclt -q 0 -R -o ~/output/ ~/Pictures
76+
$ caesiumclt --lossless -R -o ~/output/ ~/Pictures
7777
```
7878

7979
Losslessly compress ```Pictures``` folder and subfolders, located in the ```home``` directory, into a folder called ```output``` retaining the input folder structure
8080
```
81-
$ caesiumclt -q 0 -RS -o ~/output/ ~/Pictures
81+
$ caesiumclt --lossless -RS -o ~/output/ ~/Pictures
8282
```

0 commit comments

Comments
 (0)