aboutsummaryrefslogtreecommitdiff
path: root/docs/cli.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli.rst')
-rw-r--r--docs/cli.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/cli.rst b/docs/cli.rst
index 9bd696e..3bd3e67 100644
--- a/docs/cli.rst
+++ b/docs/cli.rst
@@ -3,7 +3,7 @@
Configuration options
=====================
-When run through CLI, fingerd exposes a number of configuration options using
+When run through CLI, pyfingerd exposes a number of configuration options using
its own code. Each configuration option is configurable through three
cumulative means:
@@ -17,7 +17,7 @@ order of such the value is the one given above.
Binding
-------
-As for all network servers, fingerd will bind one or more network ports and
+As for all network servers, pyfingerd will bind one or more network ports and
answer to queries from all of the bound ports. These network ports are
defined through the following option:
@@ -63,7 +63,7 @@ Here are some examples:
Setting the hostname
--------------------
-The fingerd server answers queries with a given hostname to identify itself.
+The pyfingerd server answers queries with a given hostname to identify itself.
This hostname can be configured through the following option:
* The ``-H`` or ``--hostname`` CLI option.