normalize family -> variants in the docs

This commit is contained in:
Abraham Toriz 2022-10-31 12:29:25 -06:00
parent 540e5ce53f
commit a689a68267
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 6 additions and 6 deletions

View File

@ -101,9 +101,9 @@ You can see the state of your activities using:
* ``t list`` shows time tracking summary for all timesheets.
* ``t now`` shows running entries for all timesheets.
* ``t display`` (and family) shows more detailed information about activities in
the current timesheet. Variants of this subcommand include ``t today``, ``t
yesterday``, ``t week`` and ``t month``.
* ``t display`` shows more detailed information about activities in the current
timesheet. Variants of this subcommand include ``t today``, ``t yesterday``,
``t week`` and ``t month``.
To begin, let's start a task with:
@ -461,8 +461,8 @@ t kill
Use this to completely delete entries. Pass a timesheet name to delete all
entries from it or use ``--id`` to delete an entry by its ID. IDs from entries
can be shown passing ``-v`` to the 'display' family of subcommands. To delete
only the last entry from the sheet pass ``--last`` as single argument.
can be shown passing ``-v`` to 'display' subcommand and variants. To delete only
the last entry from the sheet pass ``--last`` as single argument.
This command will ask for confirmation before touching the database.
@ -736,7 +736,7 @@ default_formatter
**Type**: string **Default**: ``"text"``
Formatter used for the :ref:`t-display` family of commands when no ``--format``
Formatter used for :ref:`t-display` subcommand and variants when no ``--format``
argument is passed. Included formatters are explained in the
:ref:`default-formatters` section, they are: chart, text, ical, csv, json, ids.