We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959be8f commit 655d7e6Copy full SHA for 655d7e6
validator-engine-console/validator-engine-console-query.h
@@ -1738,7 +1738,7 @@ class DelFastSyncOverlayClientQuery : public Query {
1738
return "del-fast-sync-overlay-client";
1739
}
1740
static std::string get_help() {
1741
- return "del-fast-sync-overlay-client <adnl_id> <slot>\tstops issuing member certificates to <adnl_id> (hex)";
+ return "del-fast-sync-overlay-client <adnl_id>\tstops issuing member certificates to <adnl_id> (hex)";
1742
1743
std::string name() const override {
1744
return get_name();
0 commit comments