aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e4a96a13..37a2bed3 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@ like:
env GN_PROFILE=~/opt/gn-latest SERVER_PORT=5300 \
SQL_URI=<uri-to-override-the-default> \
./bin/genenetwork2 ./etc/default_settings.py \
- -cli pytest -vv
+ -c -m pytest -vv
```
In the case where you use the default `etc/default_settings.py` configuration file, you can override any setting as demonstrated with the `SQL_URI` setting in the command above.