From b6a9443f919b274097da17757ef9afebf80731f5 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 11 Sep 2013 23:26:43 +0200 Subject: [PATCH] androink.py: adjust the help text of the --single_file option --- ic_launcher_template/androink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4