From: tokuhirom Date: Wed, 7 Jul 2010 11:47:38 +0000 (+0900) Subject: fixed doc bug on command usage. same as a884f0d. X-Git-Tag: v0.9.4~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=62ceea285071acfa11e7c674c377ea5c848e123c fixed doc bug on command usage. same as a884f0d. --- diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index e8750ec..e0c3428 100644 --- a/lib/App/FatPacker.pm +++ b/lib/App/FatPacker.pm @@ -196,8 +196,8 @@ App::FatPacker - pack your dependencies onto your script file =head1 SYNOPSIS $ fatpack trace myscript.pl - $ fatpack packlists-for `cat factpacker.trace` >packlists - $ fatpack tree fatlib `cat packlists` + $ fatpack packlists-for `cat fatpacker.trace` >packlists + $ fatpack tree `cat packlists` $ (fatpack file; cat myscript.pl) >myscript.packed.pl See the documentation for the L script itself for more information.