From 2b103134cf165ba453d5492e1a73b57b1e5bef1e Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 17 Jul 2010 17:09:01 +0200 Subject: [PATCH] Fixed command --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index afe6bff3..50eb8f90 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -259,7 +259,7 @@ except ImportError, e: print 'Warning: Flask themes unavailable. Building with default theme' print 'If you want the Flask themes, run this command and build again:' print - print ' git submodule init' + print ' git submodule update --init' print '-' * 74 pygments_style = 'tango'