Doc: fix running info in screen module closes #783

This commit is contained in:
qua-non 2012-11-06 02:12:15 +05:30
parent a0399169f3
commit a4d089ad89
1 changed files with 3 additions and 3 deletions

View File

@ -11,15 +11,15 @@ To see a list of the available screenid, just run::
Simulate a medium-density screen as Motolora Droid 2::
python main.py -m screen,droid2
python main.py -m screen:droid2
Simulate a high-density screen as HTC One X, in portrait::
python main.py -m screen,onex,portrait
python main.py -m screen:onex,portrait
Simulate the iPad 2 screen::
python main.py -m screen,ipad
python main.py -m screen:ipad
'''
import sys