fixed typo and doc bug on command usage
Tatsuhiko Miyagawa [Thu, 25 Mar 2010 09:18:50 +0000 (02:18 -0700)]
bin/fatpack [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 3024f04..536073c
@@ -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