From 3565a1b458c17a867ef73c53e04f3cfc7f5395d2 Mon Sep 17 00:00:00 2001
From: Stefano Borini <sborini@enthought.com>
Date: Tue, 19 Jun 2018 14:58:05 +0100
Subject: [PATCH] Fixed help string

---
 ci/__main__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/__main__.py b/ci/__main__.py
index 09ee911..93c90d8 100644
--- a/ci/__main__.py
+++ b/ci/__main__.py
@@ -85,7 +85,7 @@ def flake8(python_version):
     check_call(["edm", "run", "-e", env_name, "--", "flake8", "."])
 
 
-@cli.command(help="Builds the documentation")
+@cli.command(help="Runs the coverage")
 @python_version_option
 def coverage(python_version):
     env_name = get_env_name(python_version)
-- 
GitLab