Updated versions to match latest release
This commit is contained in:
2
fixname
2
fixname
@ -25,7 +25,7 @@
|
||||
# 0.0.2: Takes command-line arguments instead of parsing entire directory
|
||||
# 0.0.1: basic code in place
|
||||
|
||||
$VERSION = "0.2";
|
||||
$VERSION = "0.2.3";
|
||||
$HELP_MSG = "# Filename fixer v$VERSION\n\tusage: fixname <files>\n\t fixname -o \"name\"\n";
|
||||
|
||||
die $HELP_MSG if ($#ARGV < 0);
|
||||
|
Reference in New Issue
Block a user