applets/unicode.pl: improve usage message

This commit is contained in:
Pragmatic Software 2023-03-23 17:22:34 -07:00
parent 7ef6145792
commit d6b6e1ac50
2 changed files with 2 additions and 2 deletions

2
applets/unicode.pl vendored
View File

@ -11,7 +11,7 @@ use strict;
use Encode;
if (not @ARGV) {
print "Usage: unicode <expression>\n";
print "Usage: unicode <character | U+XXXX code-point | search regex>\n";
exit;
}

View File

@ -25,7 +25,7 @@ use PBot::Imports;
# These are set by the /misc/update_version script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 4635,
BUILD_REVISION => 4637,
BUILD_DATE => "2023-03-23",
};