mirror of https://github.com/kivy/kivy.git
Doc: fix running info in screen module closes #783
This commit is contained in:
parent
a0399169f3
commit
a4d089ad89
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue