Added documentation about pack command
[p5sagit/App-FatPacker.git] / bin / fatpack
index 1ad9cb2..c6d7235 100755 (executable)
@@ -8,6 +8,15 @@ fatpack - Command line frontend for App::FatPacker
 
 =head1 COMMANDS
 
+=head2 pack
+
+  $ fatpack pack myscript.pl > myscript.packed.pl
+
+A shortcut to do all the work of tracing, collecting packlists,
+extracting modules in fatlib, then concatinating into a packed script
+- in one shot. If you need more detailed controls for additional
+modules, use the following commands separately (see L</RECIPES>).
+
 =head2 trace
 
   $ fatpack trace [--to=trace-file|--to-stderr] [--use=MODULE]