Remove extra space in `dict` usage message (#13)

This commit is contained in:
Joey Pabalinas 2017-11-25 10:41:07 -10:00 committed by Pragmatic Software
parent 98d10b6ccd
commit 71f1ec9fd7
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ sub initialise
=cut
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;
}