pull the globs outside the Meaty Sequence

update tiles textfile, too
This commit is contained in:
Derek S. Ray
2015-03-20 11:37:50 -04:00
parent 7fc2a7a115
commit daf3343dae
3 changed files with 31 additions and 30 deletions

View File

@@ -8,6 +8,7 @@ sub bail($);
use Getopt::Std;
# TODO: switch to Getopt::Long so we can parse normal arguments too
$Getopt::Std::STANDARD_HELP_VERSION = TRUE;
$main::VERSION = 1.0;
@@ -52,7 +53,7 @@ exit;
sub main::HELP_MESSAGE()
{
print <<"STARTHELP";
Usage: renumtiles.pl [OPTIONS]
Usage: renumtiles.pl [OPTIONS] <textfile>
STARTHELP
foreach $cmd (keys(%commands)) {