fix missing line-continuation in sample code (#9005)

This commit is contained in:
Csongor Halmai 2020-05-15 22:29:32 +10:00 committed by GitHub
parent c24cd108e2
commit 1a1d3a1b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ List available userpass users.
```
$ curl \
--header "X-Vault-Token: ..." \
--request LIST
--request LIST \
http://127.0.0.1:8200/v1/auth/userpass/users
```