This commit is contained in:
Isuru Samarathunga
2025-10-30 23:44:39 +05:30
parent ee37b0a02b
commit 9f9991494e

View File

@ -203,7 +203,7 @@ namespace ia
for (const auto &v : t->Value.Switches)
{
printf(__CC_WHITE, "\t/%s %s\n", v.ID.c_str(), v.Help.c_str());
printf(__CC_WHITE "\t/%s %s\n", v.ID.c_str(), v.Help.c_str());
}
printf(__CC_DEFAULT "\n");