Fix command_line accessor.

Refs #4980
This commit is contained in:
Gunnar Beutner 2013-10-30 19:32:15 +01:00
parent cf55fe96e4
commit 9c152f1f5c
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ namespace icinga
class Command : DynamicObject
{
[config] Value command_line;
[config] Value command (CommandLine);
[config] Value timeout {
default {{{ return 300; }}}
};
@ -14,4 +14,4 @@ class Command : DynamicObject
[config] Array::Ptr escape_macros;
};
}
}