From b63f22507cb3dd3eb384d97da852d6846e77929e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Eddy=20Petri=C8=99or?= Date: Tue, 21 Jul 2009 21:43:43 +0300 Subject: [PATCH] better wording and hints when ran incorrectly --- OsmLocImport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmLocImport.py b/OsmLocImport.py index 09586a2..82c000a 100755 --- a/OsmLocImport.py +++ b/OsmLocImport.py @@ -356,7 +356,7 @@ def main(argv = None): comment = a if not file: - print "Input csv file is mandatory. See -i option" + print "Input csv file (-i option) is mandatory. Run the script with -h for online help." return 2 -- 2.11.4.GIT