From 71f1ec9fd79b7c012a7fe14e3ac88af48fe2fa49 Mon Sep 17 00:00:00 2001 From: Joey Pabalinas Date: Sat, 25 Nov 2017 10:41:07 -1000 Subject: [PATCH] Remove extra space in `dict` usage message (#13) --- modules/dict.org.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dict.org.pl b/modules/dict.org.pl index 9a75f5a0..3e1b0289 100755 --- a/modules/dict.org.pl +++ b/modules/dict.org.pl @@ -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 for definitions matching ] \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 for definitions matching ] \n"; exit; }