Skip to content

Commit 1afcd54

Browse files
committed
cosmetics, typos
1 parent 854e44b commit 1afcd54

File tree

1 file changed

+4
-4
lines changed
  • pythonforandroid/bootstraps/common/build

1 file changed

+4
-4
lines changed

pythonforandroid/bootstraps/common/build/build.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -666,21 +666,21 @@ def parse_args(args=None):
666666

667667
ap.add_argument('--android-entrypoint', dest='android_entrypoint',
668668
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')
670670
ap.add_argument('--android-apptheme', dest='android_apptheme',
671671
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')
673673

674674
ap.add_argument('--add-compile-option', dest='compile_options', default=[],
675675
action='append', help='add compile options to gradle.build')
676676
ap.add_argument('--add-gradle-repository', dest='gradle_repositories',
677677
default=[],
678678
action='append',
679-
help='add a repository for gradle')
679+
help='Ddd a repository for gradle')
680680
ap.add_argument('--add-packaging-option', dest='packaging_options',
681681
default=[],
682682
action='append',
683-
help='android packaging options')
683+
help='Dndroid packaging options')
684684

685685
ap.add_argument('--wakelock', dest='wakelock', action='store_true',
686686
help=('Indicate if the application needs the device '

0 commit comments

Comments
 (0)