From 8b093094aff7ad1019e8cdb00515dbcbc5cbaad0 Mon Sep 17 00:00:00 2001 From: Malte E Date: Tue, 16 Jul 2024 18:16:25 +0200 Subject: [PATCH] rename portals -> groups in sync command description --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index 7600d66f..83a7ba57 100644 --- a/commands.go +++ b/commands.go @@ -543,7 +543,7 @@ var cmdSync = &commands.FullHandler{ Help: commands.HelpMeta{ Section: HelpSectionMiscellaneous, Description: "Synchronize Signal bridge data", - Args: "", + Args: "", }, RequiresLogin: true, }