Index: trunk/pstamp/scripts/pstamp_request_file
===================================================================
--- trunk/pstamp/scripts/pstamp_request_file	(revision 28047)
+++ trunk/pstamp/scripts/pstamp_request_file	(revision 28052)
@@ -29,7 +29,11 @@
 
 printhelp($0) if $help;
+
 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
-pod2usage( -msg => "Required options: --input",
-           -exitval => 3) unless defined $input;
+
+unless (defined $input) {
+    print STDERR "Required options: --input\n";
+    printhelp($0);
+}
 
 # The header kewords
