From a689a68267d76ae80c45e6c24bacc16619d85098 Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Mon, 31 Oct 2022 12:29:25 -0600 Subject: [PATCH] normalize family -> variants in the docs --- docs/source/index.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 6a24ba1..0dc50ba 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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.