Skip to content

Commit

Permalink
doc: password prompt since
Browse files Browse the repository at this point in the history
  • Loading branch information
Macroz committed Apr 25, 2017
1 parent 46a9a80 commit f537c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The supported authentication types are `basic`, `digest` (with user and password
java -jar graphqlviz.jar http://secret.example.com/graphql secret-schema-name -abasic -utester -ppassword
```

Or with password prompt `-pp` or `--password-prompt`.
Or with password prompt `-pp` or `--password-prompt` (since 0.5.0).

```
java -jar graphqlviz.jar http://secret.example.com/graphql secret-schema-name -abasic -utester --password-prompt
Expand Down

0 comments on commit f537c49

Please sign in to comment.