2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 08:11:44 +00:00

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 7c91f4f4df
commit 0bb999b2b3

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;