check_leak
  • Overview
  • Repository
  • Tickets
  • Statistics
  • Projects

Repository

Write usages on stderr

Parent commits : 4aa777f8849fed3071a20c9092b087f5c71301ca,
Children commits : 409e888cfd8bb91386d0e0ae66793a8f6f434411,

By Laurent Defert on 2009-11-14 23:19:50
Write usages on stderr

Browse content
Difference with parent commit 4aa777f8849fed3071a20c9092b087f5c71301ca
Files modified:
check_leak
--- 
+++ 
@@ -11,7 +11,7 @@
 GetOptions(\%options, "mem|m=i", "critical|c=i", "warning|w=i", "all|a");
 if(! (defined $options{'all'} ||
 	(defined $options{'mem'} && (defined $options{'critical'} || defined $options{'warning'})))) {
-	printf "Syntax:\n
+	printf STDERR "Syntax:\n
 	check_leak -a
 	check_leak -m <mem> -w <warning time> -c <critical time>
 	

Generated with KisssPM