Skip to content

Commit

Permalink
README text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo O Vieira committed Dec 16, 2014
1 parent d7578c7 commit 11d478c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ previously stored login information with ``--store`` option.
$ noipy --hostname <your hostname on DDNS provider> --provider {generic|noip|dyn| duck}
You can also specify a custom DDNS URL (thanks to @jayennis22):
You can also specify a custom DDNS URL (thanks to `@jayennis22 <https://github.com/jayennis22>`_):

.. code-block:: bash
$ noipy --hostname <your hostname on DDNS provider> [--provider generic]
Expand Down Expand Up @@ -97,13 +98,13 @@ information is sotred in ``$HOME/.noipy/`` directory:
.. code-block:: bash
$ noipy --store --username <your username> --password <your password> \
--provider {noip|dyn| duck}
--provider {generic|noip|dyn| duck}
Or simply:

.. code-block:: bash
$ noipy --store --provider {noip|dyn| duck}
$ noipy --store --provider {generic|noip|dyn| duck}
And type username and password when required.

Expand Down

0 comments on commit 11d478c

Please sign in to comment.