Skip to content

Commit

Permalink
Merge pull request pndurette#195 from matthew-lam/162
Browse files Browse the repository at this point in the history
pndurette#162 Added docs for quotation marks usage in cli
  • Loading branch information
pndurette committed Sep 5, 2019
2 parents 7ee33b5 + b48e4c7 commit 4f70fd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Read 'bonjour' in French to ``bonjour.mp3``::

$ gtts-cli 'bonjour' --lang fr --output bonjour.mp3

.. note:: Alternatively, you can enclose your text with quotation marks to avoid errors associated with phrases that may need the use of an apostrophe::

$ gtts-cli "c'est la vie" --lang fr --output test.mp3

Read 'slow' slowly to ``slow.mp3``::

$ gtts-cli 'slow' --slow --output slow.mp3
Expand Down

0 comments on commit 4f70fd4

Please sign in to comment.