diff --git a/fhem/FHEM/92_FileLog.pm b/fhem/FHEM/92_FileLog.pm
index ffe15fd61..07706b1a9 100755
--- a/fhem/FHEM/92_FileLog.pm
+++ b/fhem/FHEM/92_FileLog.pm
@@ -1097,8 +1097,11 @@ FileLog_sampleDataFn($$$$$)
- <infile>
- Name of the logfile to grep. "-" is the current logfile, or you can
- specify an older file (or a file from the archive).
+ Name of the logfile to open. Special case: "-" is the currently active
+ logfile, "CURRENT" opens the file corresponding to the "from"
+ parameter.
+
+
- <outfile>
If it is "-", you get the data back on the current connection, else it
is the prefix for the output file. If more than one file is specified,
@@ -1365,9 +1368,9 @@ FileLog_sampleDataFn($$$$$)
- <infile>
- Name des Logfiles, auf das zugegriffen werden soll. "-" steht für
- das aktuelle Logfile. Man kann auch auf ein älteres File zugreifen
- (oder eines aus dem Archiv).
+ Name des Logfiles, auf das zugegriffen werden soll. Sonderfälle:
+ "-" steht für das aktuelle Logfile, und "CURRENT" öffnet die
+ zum "from" passende Datei.
- <outfile>
Bei einem "-", bekommt man die Daten auf der aktuellen Verbindung