Change abbr for successUri

This commit is contained in:
Henry Hiles 2025-08-01 16:04:36 -04:00
commit eadf305174
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ void main(List<String> argsRaw) async {
final parser = ConfigParser() final parser = ConfigParser()
..addOption("socket", abbr: "s", mandatory: true) ..addOption("socket", abbr: "s", mandatory: true)
..addOption("homeserver", abbr: "h", 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("name", abbr: "n", mandatory: true)
..addOption("adminRoom", abbr: "a", mandatory: true) ..addOption("adminRoom", abbr: "a", mandatory: true)
..addOption("botPasswordFile", abbr: "b", mandatory: true) ..addOption("botPasswordFile", abbr: "b", mandatory: true)