From 30036b6b824f323228c2e2cbc109dc31af864bf2 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Sat, 28 Dec 2019 23:01:48 +0100 Subject: [PATCH] Dot command "help" --- src/blackcore/context/contextnetworkimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackcore/context/contextnetworkimpl.h b/src/blackcore/context/contextnetworkimpl.h index 3ed15e97a..8de81ac47 100644 --- a/src/blackcore/context/contextnetworkimpl.h +++ b/src/blackcore/context/contextnetworkimpl.h @@ -238,7 +238,7 @@ namespace BlackCore BlackMisc::CSimpleCommandParser::registerCommand({".m", "alias: .msg, .chat"}); BlackMisc::CSimpleCommandParser::registerCommand({".m message text", "send text message"}); BlackMisc::CSimpleCommandParser::registerCommand({".m callsign message text", "send text message"}); - BlackMisc::CSimpleCommandParser::registerCommand({".altos callsign|? offsetvalue", "set altitude offset value (testing)"}); + BlackMisc::CSimpleCommandParser::registerCommand({".altos callsign|? offsetvalue", "set altitude offset value (testing), ?=all"}); BlackMisc::CSimpleCommandParser::registerCommand({".addtimeos offsetvalue", "add (delta) time offset (testing), e.g. 50ms"}); BlackMisc::CSimpleCommandParser::registerCommand({".watchdog on|off", "enable/disable network watchdog (testing)"}); BlackMisc::CSimpleCommandParser::registerCommand({".wallop message", "send a wallop message"});