Skip to content

Commit 999d279

Browse files
committed
Ordering the Usage docs
Fixed a small Wording Refs: #247 (comment) Signed by @spirillen
1 parent 655d67f commit 999d279

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/usage/bash-terminal.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
$DOMAIN or $URI as single instances
55
$DOMAIN_FILE or $URL_FILES as files with content of same type
66

7+
Usage of example.tld
8+
9+
We should strive to use the example.org for likeable examples and
10+
example.com for the evil (blacklistable) domains
11+
712
These values are set as UPPERCase as ref to output variables from a
813
script. / @spirillen
914

@@ -39,9 +44,9 @@ Test sources
3944
:code:`-d "$DOMAIN"` | :code:`--domain "$DOMAIN"`
4045
"""""""""""""""""""""""""""""""""""""""""""""""""
4146

42-
Test one or more :term:domains, separated by spaces.
47+
This argument takes one or more values separated by spaces.
4348

44-
This argument takes one or more values.
49+
Test one or more :code:`$DOMAIN`s,
4550
4651
.. code-block:: console
4752

docs/usage/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Usage
22
=====
33

4+
.. include:: python-api.rst
5+
46
.. include:: bash-terminal.rst
57
.. include:: github-ci.rst
68
.. include:: gitlab-ci.rst
79
.. include:: travis-ci.rst
810
.. include:: deprecated-variables.rst
9-
10-
.. include:: python-api.rst

0 commit comments

Comments
 (0)