We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1992dc commit 1bbb478Copy full SHA for 1bbb478
1 file changed
docs/index.rst
@@ -130,7 +130,7 @@ Listing known flavors
130
131
.. code-block:: shell
132
133
- $ repo-man --known
+ $ repo-man sniff --known
134
some-flavor
135
some-other-flavor
136
@@ -162,7 +162,7 @@ List repositories you have cloned but that have no configured flavor:
162
163
164
165
- $ repo-man --unconfigured
+ $ repo-man sniff --unconfigured
166
some-unknown-repo
167
some-other-unknown-repo
168
@@ -186,7 +186,7 @@ You can list all the repositories that you've configured as more than one flavor
186
187
188
189
- $ repo-man --duplicates
+ $ repo-man sniff --duplicates
190
repo-one
191
192
Tips and tricks
0 commit comments