mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-05 19:49:32 +01:00
applets/unicode.pl: improve usage message
This commit is contained in:
parent
7ef6145792
commit
d6b6e1ac50
2
applets/unicode.pl
vendored
2
applets/unicode.pl
vendored
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user