From: Tatsuhiko Miyagawa Date: Thu, 25 Mar 2010 09:18:50 +0000 (-0700) Subject: fixed typo and doc bug on command usage X-Git-Tag: v0.9.4~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=a884f0d7e02a1241b6816e0b4fc609090083a3f7 fixed typo and doc bug on command usage --- diff --git a/bin/fatpack b/bin/fatpack old mode 100644 new mode 100755 index 3024f04..536073c --- a/bin/fatpack +++ b/bin/fatpack @@ -59,8 +59,8 @@ from the bundled code rather than disk. Current basic recipe for packing: $ 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 =head1 COPYRIGHT, LICENSE, AUTHOR