Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/source/sections/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ the installation worked correctly by running the following command:

.. code-block::

$ deepmorphs -V
deepmorphs, version 0.2.8.dev66
$ morphoclass -V
morphoclass, version 0.1.dev37


All functionality is organised into subcommands
``deepmorphs <sub-command> ...``.
``morphoclass <sub-command> ...``.

There are some options to append to the command line:

Expand All @@ -37,7 +37,7 @@ For interactive sessions I'd recommend to always use at least ``-v``, .e.g

.. code-block::

$ deepmorphs -v <sub-command> ...
$ morphoclass -v <sub-command> ...

Subcommands
-----------
Expand Down