Fixed typo, style

This commit is contained in:
Klaus Basan
2019-06-26 23:33:23 +02:00
parent a0131bb48c
commit 1cd7496a78
14 changed files with 22 additions and 28 deletions

View File

@@ -569,6 +569,7 @@ namespace BlackCore
if (CSimpleCommandParser::registered("BlackCore::ISimulator")) { return; }
CSimpleCommandParser::registerCommand({".drv", "alias: .driver .plugin"});
CSimpleCommandParser::registerCommand({".drv unload", "unload driver"});
CSimpleCommandParser::registerCommand({".drv cg length modelstring", "override CG"});
CSimpleCommandParser::registerCommand({".drv limit number/secs.", "limit updates to number per second (0..off)"});
CSimpleCommandParser::registerCommand({".drv logint callsign", "log interpolator for callsign"});
CSimpleCommandParser::registerCommand({".drv logint off", "no log information for interpolator"});