From 8d86e97247a9971057a96dd6b74cae7b194c4653 Mon Sep 17 00:00:00 2001 From: Brian Candler Date: Wed, 13 Feb 2019 08:54:04 +0000 Subject: [PATCH] Clarify use of "runreport" CLI --- docs/additional-features/reports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/additional-features/reports.md b/docs/additional-features/reports.md index 2c73850eb..33c3d95ae 100644 --- a/docs/additional-features/reports.md +++ b/docs/additional-features/reports.md @@ -128,4 +128,4 @@ Reports can be run on the CLI by invoking the management command: python3 manage.py runreport ``` -One or more report modules may be specified. +where ```` is the name of the python file in the ``reports`` directory without the ``.py`` extension. One or more report modules may be specified.