Skip to content
Merged
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
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Listing known flavors

.. code-block:: shell

$ repo-man --known
$ repo-man sniff --known
some-flavor
some-other-flavor

Expand Down Expand Up @@ -162,7 +162,7 @@ List repositories you have cloned but that have no configured flavor:

.. code-block:: shell

$ repo-man --unconfigured
$ repo-man sniff --unconfigured
some-unknown-repo
some-other-unknown-repo

Expand All @@ -186,7 +186,7 @@ You can list all the repositories that you've configured as more than one flavor

.. code-block:: shell

$ repo-man --duplicates
$ repo-man sniff --duplicates
repo-one

Tips and tricks
Expand Down