92_FileLog.pm: fix some typos in the get usage

git-svn-id: https://svn.fhem.de/fhem/trunk@15874 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2018-01-13 17:16:33 +00:00
parent 460ffa8923
commit 8da9c1cbbc

View File

@@ -591,8 +591,8 @@ FileLog_Get($@)
return "Usage: get $a[0] <infile> <outfile> <from> <to> [<column_spec>...]\n".
" where column_spec is <col>:<regexp>:<default>:<fn>\n" .
" see the FileLogGrep entries in he .gplot files\n" .
" <infile> is without direcory, - means the current file\n" .
" see the FileLogGet entries in the .gplot files\n" .
" <infile> is without directory, - means the current file\n" .
" <outfile> is a prefix, - means stdout\n"
if(int(@a) < 4);
shift @a;