diff --git a/README.md b/README.md index 85a1aba..7b6b4f6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ sudo python main.py --type=epub -r # Export all supported type sudo python main.py --type=epub,txt -r # Export single chapter with chapter id -sudo python main.py ec -C +sudo python main.py -r ec -C # Export book with book id -sudo python main.py eb -B +sudo python main.py -r eb -B ```