From eadf305174dd50005f2c16b3ba9d5e8479024df9 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 1 Aug 2025 16:04:36 -0400 Subject: [PATCH] Change abbr for successUri --- bin/nexusbot.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nexusbot.dart b/bin/nexusbot.dart index 38b0465..c4311b0 100644 --- a/bin/nexusbot.dart +++ b/bin/nexusbot.dart @@ -11,7 +11,7 @@ void main(List argsRaw) async { final parser = ConfigParser() ..addOption("socket", abbr: "s", mandatory: true) ..addOption("homeserver", abbr: "h", mandatory: true) - ..addOption("successUri", abbr: "s", mandatory: true) + ..addOption("successUri", abbr: "u", mandatory: true) ..addOption("name", abbr: "n", mandatory: true) ..addOption("adminRoom", abbr: "a", mandatory: true) ..addOption("botPasswordFile", abbr: "b", mandatory: true)