Skip to content

Commit 836a46e

Browse files
authored
Username field renamed, reflecting in README
1 parent 23fda4e commit 836a46e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Incorrect Usage. flag: help requested
2020
2121
GLOBAL OPTIONS:
2222
--company_ids value, -i value comma separated list of company ids to monitor [$COMPANY_IDS]
23-
--credentials_file value, -c value file containing credentials for downdetector. Credentials file is in YAML format and contains two fields, userName and password. Alternatively give username and password, they win over credentials file. [$CREDENTIALS_FILE]
23+
--credentials_file value, -c value file containing credentials for downdetector. Credentials file is in YAML format and contains two fields, username and password. Alternatively give username and password, they win over credentials file. [$CREDENTIALS_FILE]
2424
--username value, -u value username, wins over credentials file [$DD_USERNAME]
2525
--password value, -p value password, wins over credentials file [$DD_PASSWORD]
2626
--listen_address value, -l value [optional] address to listen on, either :port or address:port (default: ":9313") [$LISTEN_ADDRESS]
@@ -37,7 +37,7 @@ Either provide a credentials file using the --credentials_file parameter. The fi
3737

3838
```
3939
---
40-
userName: adjshkajsdhakjsd
40+
username: adjshkajsdhakjsd
4141
password: djhfksjdfhksjfhksjdhf
4242
4343
```

0 commit comments

Comments
 (0)