[Bps-public-commit] r12175 - in Prophet/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu May 8 20:15:50 EDT 2008
Author: sartak
Date: Thu May 8 20:15:40 2008
New Revision: 12175
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/CLI.pm
Log:
r55470 at onn: sartak | 2008-05-08 20:15:22 -0400
Direct the user to "$0 help" instead of --help (at least until SD gets a --help)
Modified: Prophet/trunk/lib/Prophet/CLI.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI.pm (original)
+++ Prophet/trunk/lib/Prophet/CLI.pm Thu May 8 20:15:40 2008
@@ -438,7 +438,7 @@
my $self = shift;
$self->fatal_error( "The command you ran, '"
. ($self->command || '')
- . "', could not be found. Perhaps running --help would help?" );
+ . "', could not be found. Perhaps running '$0 help' would help?" );
}
1;
More information about the Bps-public-commit
mailing list