From 8037094e14017f81fd11d8c08a30b4f195b691b5 Mon Sep 17 00:00:00 2001 From: Joe Germuska Date: Tue, 20 Aug 2013 09:36:22 -0500 Subject: [PATCH] minor help text tweet --- fabfile/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile/__init__.py b/fabfile/__init__.py index a671006..471d5aa 100644 --- a/fabfile/__init__.py +++ b/fabfile/__init__.py @@ -427,7 +427,7 @@ def debug(): @task def serve(): - """Run the development server""" + """Run the local version of the documentation site (timeline.knightlab.com)""" with lcd(join(env.project_path)): local('python website/app.py')