Skip to content

Commit

Permalink
Fix minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mrouhi13 committed Feb 12, 2019
1 parent c3f862b commit 50b8c69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ Usage
This is really simple, there is only one command with 3 optional arguments.
Let's go!

``djecrety`` command with no argument, generate and display a new secret key:
* ``djecrety`` command with no argument, generate and display a new secret key:

.. code-block:: text
$ ./manage.py dejcrety
With ``-s`` argument, save the generated secret key to ``settings.py`` file:
* With ``-s`` argument, save the generated secret key to ``settings.py`` file:

.. code-block:: text
$ ./manage.py dejcrety -s
With ``-p`` argument, display the generated secret key when saving on file:
* With ``-p`` argument, display the generated secret key when saving on file:

.. note::

Expand All @@ -26,7 +26,7 @@ With ``-p`` argument, display the generated secret key when saving on file:
$ ./manage.py dejcrety -sp
With ``-d`` argument, specify settings directory name:
* With ``-d`` argument, specify settings directory name:

.. note::

Expand Down

0 comments on commit 50b8c69

Please sign in to comment.