Skip to content

Commit d0f86f0

Browse files
authored
add missing -b to usage instructions
1 parent 5cf211b commit d0f86f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ The program runs as a [REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%
1313
Start it by providing the connection information (Code Dx "base url", and username+password or API Key):
1414

1515
```text
16-
$> ./codedx-client https://localhost/codedx -u johndoe -p supersecret
16+
$> ./codedx-client -b https://localhost/codedx -u johndoe -p supersecret
1717
codedx>
1818
```
1919

2020
```text
21-
$> ./codedx-client https://localhost/codedx --api-key 8e218b38-fcdd-453d-8f78-185f7d1d9fa7
21+
$> ./codedx-client -b https://localhost/codedx --api-key 8e218b38-fcdd-453d-8f78-185f7d1d9fa7
2222
codedx>
2323
```
2424

@@ -27,7 +27,7 @@ Each line of the file will be interpreted as a command.
2727
When using this mode, you may wish to provide the `--no-prompt` flag to prevent the program from writing stuff like "codedx>" to `STDOUT`.
2828

2929
```text
30-
$> ./codedx-client https://localhost/codedx --api-key 8e218b38-fcdd-453d-8f78-185f7d1d9fa7 --no-prompt < ./my-commands.txt
30+
$> ./codedx-client -b https://localhost/codedx --api-key 8e218b38-fcdd-453d-8f78-185f7d1d9fa7 --no-prompt < ./my-commands.txt
3131
```
3232

3333
Once in the REPL, type `help` (and hit Enter) for a list of commands.

0 commit comments

Comments
 (0)