fixed CLI

This commit is contained in:
klemek
2020-04-26 22:50:12 +02:00
parent 52dc013ef6
commit 7865442755
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -31,12 +31,12 @@ In this project directory, you can simply call:
```
python -m meme_otron [meme id] "text1" "text2" ... > output.jpg
```
Without pipe redirection with `-c [output]`:
Without pipe redirection with `-o [output]`:
```
python -m meme_otron -c output.png [meme id] "text1" "text2" ...
python -m meme_otron -o output.png [meme id] "text1" "text2" ...
```
> Note: with `-c`, you are free to choose the output format
> Note: with `-o`, you are free to choose the output format
## List of templates