Author: twists
Date: Sat Jun 6 21:43:18 2009
New Revision: 752
Modified:
trunk/bin/nytprofcg
trunk/bin/nytprofcsv
trunk/bin/nytprofhtml
Log:
bin/nytprof* --help exits true
Modified: trunk/bin/nytprofcg
==============================================================================
--- trunk/bin/nytprofcg (original)
+++ trunk/bin/nytprofcg Sat Jun 6 21:43:18 2009
@@ -99,7 +99,7 @@
if ( defined( $opt{help} ) ) {
usage();
- exit 1;
+ exit;
}
}
Modified: trunk/bin/nytprofcsv
==============================================================================
--- trunk/bin/nytprofcsv (original)
+++ trunk/bin/nytprofcsv Sat Jun 6 21:43:18 2009
@@ -36,7 +36,7 @@
if (defined($opt{help})) {
&usage;
- exit 1;
+ exit;
}
$opt{delim} = $delimiters{ $opt{delim} } if exists $delimiters{
$opt{delim} };
Modified: trunk/bin/nytprofhtml
==============================================================================
--- trunk/bin/nytprofhtml (original)
+++ trunk/bin/nytprofhtml Sat Jun 6 21:43:18 2009
@@ -50,7 +50,7 @@
if (defined($opt{help})) {
&usage;
- exit 1;
+ exit;
}
# handle file selection option
--~--~---------~--~----~------------~-------~--~----~
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [email protected]
-~----------~----~----~----~------~----~------~--~---