configDB: minor change in help text
git-svn-id: https://svn.fhem.de/fhem/trunk@22343 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1192,18 +1192,18 @@ sub _cfgDB_knownAttr {
|
|||||||
"(0|1) delete file from filesystem after import";
|
"(0|1) delete file from filesystem after import";
|
||||||
$configDB{knownAttr}{dumpPath} =
|
$configDB{knownAttr}{dumpPath} =
|
||||||
"(valid path) define path for database dump";
|
"(valid path) define path for database dump";
|
||||||
$configDB{knownAttr}{loadversion}=
|
# $configDB{knownAttr}{loadversion}=
|
||||||
"for internal use only";
|
# "for internal use only";
|
||||||
$configDB{knownAttr}{maxversions}=
|
$configDB{knownAttr}{maxversions}=
|
||||||
"(number) define maximum number of configurations stored in database";
|
"(number) define maximum number of configurations stored in database";
|
||||||
$configDB{knownAttr}{mysqldump}=
|
$configDB{knownAttr}{mysqldump}=
|
||||||
"(valid parameter string) define additional parameters used for dump in mysql environment";
|
"(valid parameter string) define additional parameters used for dump in mysql environment";
|
||||||
$configDB{knownAttr}{nostate}=
|
# $configDB{knownAttr}{nostate}=
|
||||||
"for internal use only";
|
# "for internal use only";
|
||||||
$configDB{knownAttr}{private}=
|
$configDB{knownAttr}{private}=
|
||||||
"(0|1) show or supress userdata in info output";
|
"(0|1) show or supress userdata in info output";
|
||||||
$configDB{knownAttr}{rescue}=
|
# $configDB{knownAttr}{rescue}=
|
||||||
"for internal use only";
|
# "for internal use only";
|
||||||
}
|
}
|
||||||
|
|
||||||
##################################################
|
##################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user