@@ -666,21 +666,21 @@ def parse_args(args=None):
666
666
667
667
ap .add_argument ('--android-entrypoint' , dest = 'android_entrypoint' ,
668
668
default = 'org.kivy.android.PythonActivity' ,
669
- help = 'defines which java class sill be used for startup, usually a subclass of PythonActivity' )
669
+ help = 'Defines which java class will be used for startup, usually a subclass of PythonActivity' )
670
670
ap .add_argument ('--android-apptheme' , dest = 'android_apptheme' ,
671
671
default = '@android:style/Theme.NoTitleBar' ,
672
- help = 'defines which app theme should be selected for the main activity' )
672
+ help = 'Defines which app theme should be selected for the main activity' )
673
673
674
674
ap .add_argument ('--add-compile-option' , dest = 'compile_options' , default = [],
675
675
action = 'append' , help = 'add compile options to gradle.build' )
676
676
ap .add_argument ('--add-gradle-repository' , dest = 'gradle_repositories' ,
677
677
default = [],
678
678
action = 'append' ,
679
- help = 'add a repository for gradle' )
679
+ help = 'Ddd a repository for gradle' )
680
680
ap .add_argument ('--add-packaging-option' , dest = 'packaging_options' ,
681
681
default = [],
682
682
action = 'append' ,
683
- help = 'android packaging options' )
683
+ help = 'Dndroid packaging options' )
684
684
685
685
ap .add_argument ('--wakelock' , dest = 'wakelock' , action = 'store_true' ,
686
686
help = ('Indicate if the application needs the device '
0 commit comments