From 2bd37ea352387521a4c0d92372f30044df0581c1 Mon Sep 17 00:00:00 2001 From: shupershuff <63577525+shupershuff@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:19:08 +1200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88c1776..bf20d22 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ This is ideal if you want to create a desktop shortcut to open a set of accounts Available launch parameters and values to use are as per the table below:
|           Parameter            | value example(s) | Purpose | Notes | | ---------------------- | ------------------------------------------- | ------------------------------------- | ------------- | -| -account | username@emailaddress.com | Specify Signin Address to pass through to the script | -AccountUsername also works as a parameter. Can't be used with -all or -batch | +| -account | username@emailaddress.com | Specify Signin Address to pass through to the script | -AccountUsername also works as a parameter. Can't be used with -all or -batch. If you don't use the -pw parameter, you can simply specify the ID of the account you want to launch from accounts.csv. | | -pw | YourBNetAccountPassword | Specify Password to pass through to the script | Can't be used with -all or -batch. If not specified, script will check if there's a matching account in accounts.csv to use password or token for. | | -region | na.actual.battle.net
1/2/3
NA/EU/AS/KR | Used to specify the connection region | Specify either the full server name, use the realm initials (NA/EU/AS/KR) or use 1, 2 or 3 as values to select NA, EU or KR | | -all | True | Opens all accounts | Recommend using -region with this parameter. |