Added missing backslash in iam identity guide (#6193)

This commit is contained in:
Michel Vocks 2019-02-08 18:56:36 +01:00 committed by Yoko
parent 3bb2dbbdfb
commit f95ac48db8

View file

@ -286,7 +286,7 @@ attached.
```plaintext
$ vault write identity/entity-alias name="bob" \
canonical_id=<entity_id>
canonical_id=<entity_id> \
mount_accessor=<userpass_accessor>
```