From: Antonio Ospite Date: Wed, 11 Sep 2013 21:26:43 +0000 (+0200) Subject: androink.py: adjust the help text of the --single_file option X-Git-Url: https://git.ao2.it/android/android-app-development-getting-started.git/commitdiff_plain/b6a9443f919b274097da17757ef9afebf80731f5?ds=inline androink.py: adjust the help text of the --single_file option --- diff --git a/ic_launcher_template/androink.py b/ic_launcher_template/androink.py index c8a83bd..a423b7b 100755 --- 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="", 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