|
|
|
@ -804,7 +804,7 @@ command_result Core::runCommand(color_ostream &con, const std::string &first_, v
|
|
|
|
|
if (!plug->can_be_enabled()) continue;
|
|
|
|
|
|
|
|
|
|
con.print(
|
|
|
|
|
"%20s\t%-3s%s\n",
|
|
|
|
|
"%21s %-3s%s\n",
|
|
|
|
|
(plug->getName()+":").c_str(),
|
|
|
|
|
plug->is_enabled() ? "on" : "off",
|
|
|
|
|
plug->can_set_enabled() ? "" : " (controlled internally)"
|
|
|
|
|