Change abbr for successUri
This commit is contained in:
parent
8be633769f
commit
eadf305174
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue