androink.py: adjust the help text of the --single_file option
authorAntonio Ospite <ospite@studenti.unina.it>
Wed, 11 Sep 2013 21:26:43 +0000 (23:26 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Wed, 11 Sep 2013 21:26:43 +0000 (23:26 +0200)
ic_launcher_template/androink.py

index c8a83bd..a423b7b 100755 (executable)
@@ -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