From 8bb5847ac7b7d7d925ecc7cf6b06ca8fa15eeedc Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 27 May 2020 09:31:29 +0000 Subject: [PATCH] fhem.pl: Fix typo in usage (Forum #111569) git-svn-id: https://svn.fhem.de/fhem/trunk@22041 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/fhem.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/fhem.pl b/fhem/fhem.pl index e1f2e1a6a..f270cbe11 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -485,7 +485,7 @@ prepareFhemTestFile(); if(int(@ARGV) < 1) { print "Usage:\n"; - print "as server: perl fhem.pl [-d] {|configDb}\n"; + print "as server: perl fhem.pl [-d] {|configDB}\n"; print "as client: perl fhem.pl [host:]port cmd cmd cmd...\n"; print "testing: perl fhem.pl -t .t\n"; if($^O =~ m/Win/) {