about summary refs log tree commit
path: root/demos/smtp.self
diff options
context:
space:
mode:
Diffstat (limited to 'demos/smtp.self')
-rwxr-xr-xdemos/smtp.self5
1 files changed, 2 insertions, 3 deletions
diff --git a/demos/smtp.self b/demos/smtp.self
index 8917c25..e34d585 100755
--- a/demos/smtp.self
+++ b/demos/smtp.self
@@ -33,21 +33,20 @@ Display this help text and quit
 
 Send the message to C<USERNAME>
 
+=back
+
 =head1 EXAMPLE
 
     demos/smtp.self  -user foo.bar
 
     demos/smtp.self -debug -user Graham.Barr
 
-=back
-
 =cut
 
 our $opt_debug = undef;
 our $opt_user = undef;
 our $opt_help = undef;
 GetOptions(qw(debug user=s help));
-
 exec("pod2text $0")
     if defined $opt_help;