From 2160c36a8c2b98642d6a7eaf3b05ee93cd9701dc Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 28 Mar 2010 12:01:53 +0000 Subject: [PATCH] Added -search option to dict.org.pl --- modules/dict.org.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/dict.org.pl b/modules/dict.org.pl index fd0d3ef0..63e55db4 100755 --- a/modules/dict.org.pl +++ b/modules/dict.org.pl @@ -65,7 +65,7 @@ if (@ARGV > 0) } =cut } else { - print "Usage: !dict [-d database] [-n start from definition number] [-t first letter of word class type (n]oun, v]erb, etc)] \n"; + print "Usage: dict [-d database] [-n start from definition number] [-t first letter of word class type (n]oun, v]erb, etc)] [-search for definitions matching ] \n"; exit 0; } @@ -351,7 +351,7 @@ sub initialise =cut if(not $config->args(\@ARGV)) { - print "Usage: !dict [-d database] [-n start from definition number] [-t first letter of word class type (n]oun, v]erb, etc)] \n"; + print "Usage: dict [-d database] [-n start from definition number] [-t first letter of word class type (n]oun, v]erb, etc)] [-search for definitions matching ] \n"; exit; }