mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-28 17:12:32 +00:00
98_fhemdebug.pm: fix usage (Forum #127045)
git-svn-id: https://svn.fhem.de/fhem/trunk@25928 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
660e4cf59d
commit
7427ffee73
@ -14,7 +14,8 @@ my $main_setReadingsVal;
|
|||||||
sub
|
sub
|
||||||
fhemdebug_Initialize($){
|
fhemdebug_Initialize($){
|
||||||
$cmds{"fhemdebug"}{Fn} = "fhemdebug_Fn";
|
$cmds{"fhemdebug"}{Fn} = "fhemdebug_Fn";
|
||||||
$cmds{"fhemdebug"}{Hlp} = "{enable|disable|status|timerList|utf8check}";
|
$cmds{"fhemdebug"}{Hlp} =
|
||||||
|
"{enable | disable | status | timerList | addTimerStacktrace | utf8check}";
|
||||||
}
|
}
|
||||||
|
|
||||||
sub fhemdebug_utf8check($$$$);
|
sub fhemdebug_utf8check($$$$);
|
||||||
@ -83,7 +84,8 @@ fhemdebug_Fn($$)
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
return "Usage: fhemdebug {enable | disable | status | ".
|
return "Usage: fhemdebug {enable | disable | status | ".
|
||||||
"timerList | addTimerStacktrace {0|1} | forceEvents {0|1} }";
|
"timerList | addTimerStacktrace {0|1} | forceEvents {0|1} | ".
|
||||||
|
" utf8check }";
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user