Skip to content

Commit

Permalink
docs: fix stash push command typo in commands page
Browse files Browse the repository at this point in the history
  • Loading branch information
u8slvn committed Aug 22, 2024
1 parent 628f2fa commit 4301cc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Options:
- ``f``, ``--force`` Force a task deletion
- ``-h``, ``--help`` Command help.

Example:
Examples:

.. code-block:: bash
:caption: Delete task #3.
Expand Down Expand Up @@ -154,7 +154,7 @@ Options:

- ``-h``, ``--help`` Command help.

Example:
Examples:

.. code-block:: bash
:caption: Mark task #3 as done.
Expand Down Expand Up @@ -213,7 +213,7 @@ Options:

- ``-h``, ``--help`` Command help.

Example:
Examples:

.. code-block:: bash
:caption: Reset task #1
Expand Down Expand Up @@ -325,7 +325,7 @@ Usage:

.. code-block:: bash
hyf stash pop [OPTIONS] <id>
hyf stash push [OPTIONS] <id>
- **<id>** The id of the task you want to stash.

Expand All @@ -348,7 +348,7 @@ Options:

- ``-h``, ``--help`` Command help.

Example:
Examples:

.. code-block:: bash
:caption: Show current working day status
Expand Down

0 comments on commit 4301cc0

Please sign in to comment.