usage check for ezpz-repl
Matt S Trout [Sat, 14 Jul 2012 21:04:23 +0000 (21:04 +0000)]
bin/ezpz-repl

index fff851c..32efe30 100755 (executable)
@@ -4,6 +4,9 @@ use File::Which;
 use Email::EzPz::List;
 use strictures 1;
 
+die "Usage: ezpz-repl ezmlm-bindir list-dir"
+  unless @ARGV == 2;
+
 {
   package Eval::WithLexicals::Scratchpad;