mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-24 11:42:35 +01:00
Remove extra space in dict
usage message (#13)
This commit is contained in:
parent
98d10b6ccd
commit
71f1ec9fd7
@ -374,7 +374,7 @@ sub initialise
|
|||||||
=cut
|
=cut
|
||||||
|
|
||||||
if(not $config->args(\@ARGV)) {
|
if(not $config->args(\@ARGV)) {
|
||||||
print "Usage : dict [-d database] [-n start from definition number] [-t abbreviation of word class type (n]oun, v]erb, adv]erb, adj]ective, etc)] [-search <regex> for definitions matching <regex>] <word>\n";
|
print "Usage: dict [-d database] [-n start from definition number] [-t abbreviation of word class type (n]oun, v]erb, adv]erb, adj]ective, etc)] [-search <regex> for definitions matching <regex>] <word>\n";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user