Fixed command

This commit is contained in:
Armin Ronacher 2010-07-17 17:09:01 +02:00
parent 5d011c356d
commit 2b103134cf

View file

@ -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'