]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Postpone changing the name so that pod2usage still works.
authorAndrew Ruthven <andrew@etc.gen.nz>
Thu, 14 Jun 2012 08:38:25 +0000 (20:38 +1200)
committerAndrew Ruthven <andrew@etc.gen.nz>
Thu, 14 Jun 2012 08:38:25 +0000 (20:38 +1200)
bin/mythtv-status

index 44d245d27b3a26aa2b11a7b9cffcfb1db6bcd59d..3451776b44c54dad15d6078f2960e81457f7772a 100755 (executable)
@@ -40,8 +40,6 @@ if ($@ && $@ !~ /^No config file found/) {
   die $@;
 }
 
-$0 = "mythtv-status - parent";
-
 # Some sane defaults.
 $c->{'host'} ||= "localhost";
 $c->{'port'} ||= "6544";
@@ -131,6 +129,8 @@ GetOptions(
 pod2usage(verbose => 1)
   if $help;
 
+$0 = "mythtv-status - parent";
+
 # Get the email address into a format we can use.
 @{ $c->{'email'} } = split(',', join(',', @{ $c->{'email'} }));