Skip to content

Commit 19fe2d6

Browse files
committed
Clean up mgmt command docs
1 parent df486f5 commit 19fe2d6

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,19 +189,10 @@ def test_something():
189189

190190
* `sync_metrics`: Ensure that index templates have been created for
191191
your metrics.
192-
193-
```
194-
python manage.py sync_metrics
195-
```
196-
197192
* `show_metrics`: Pretty-print a listing of all registered metrics.
198-
* `check_metrics`: Check if index templates have been created. Exits
193+
* `check_metrics`: Check if index templates are in sync. Exits
199194
with an error code if any metrics are out of sync.
200195

201-
```
202-
python manage.py show_metrics
203-
```
204-
205196
<!-- * `clean_metrics` : Clean old data using [curator](https://curator.readthedocs.io/en/latest/). -->
206197
<!-- -->
207198
<!-- ``` -->

0 commit comments

Comments
 (0)