projects
/
android
/
android-app-development-getting-started.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9354fc1
)
androink.py: adjust the help text of the --single_file option
author
Antonio Ospite <ospite@studenti.unina.it>
Wed, 11 Sep 2013 21:26:43 +0000
(23:26 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Wed, 11 Sep 2013 21:26:43 +0000
(23:26 +0200)
ic_launcher_template/androink.py
patch
|
blob
|
history
diff --git
a/ic_launcher_template/androink.py
b/ic_launcher_template/androink.py
index
c8a83bd
..
a423b7b
100755
(executable)
--- a/
ic_launcher_template/androink.py
+++ b/
ic_launcher_template/androink.py
@@
-103,7
+103,7
@@
def option_parser():
parser.add_argument('-F', '--single_file', metavar="<file>",
dest='file_name',
- help='name of the file, if
you want to convert only one file
')
+ help='name of the file, if
only one file is to be converted
')
return parser