1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update developing-with-nats/tutorials/jwt.md

Co-authored-by: Colin Sullivan <colin@synadia.com>
This commit is contained in:
Matthias Hanel 2021-02-16 13:19:16 -05:00 committed by GitHub
parent 2bc6b49bab
commit c08affa55e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1377,7 +1377,7 @@ Between export/import/activation token there are many subjects in use. Their rel
##### Import Remapping
In order to be independent of subject names chosen by the exporter, importing allows to remap the imported subject.
To do sos provide the option `--remote-subject <subject name>` to the import command.
To do so provide the option `--remote-subject <subject name>` to the import command.
This example will change the subject name the importing account uses locally from the exporter picked subject `foo` to `bar`.