[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/unsermake
From:       Thomas Zander <zander () kde ! org>
Date:       2005-07-04 8:20:39
Message-ID: 1120465239.439348.25136.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 431399 by zander:

Error message clearification


 M  +2 -2      __init__.py  


--- trunk/kdenonbeta/unsermake/__init__.py #431398:431399
@@ -948,7 +948,7 @@
 			try:
 				max_children = string.atoi(param)
 			except:
-				utilities.print_error("you have to pass an integer behind -j")
+				utilities.print_error("you have to pass an integer after -j")
 				sys.exit(1)
 			makeflags += "-j %d " % max_children
 		if option == '--just-print' or option == '-n':
@@ -970,7 +970,7 @@
 			try:
 				max_compile_jobs = string.atoi(param)
 			except:
-				utilities.print_error("you have to pass an integer behind --compile-jobs")
+				utilities.print_error("you have to pass an integer after --compile-jobs")
 				sys.exit(1)
 			makeflags += "--compile-jobs %s " % max_compile_jobs
 		if option == '--no-real-compare':
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic