keymgr-doc: Rename ambiguous `--onion` flag to `--service`.

This commit is contained in:
Gabriela Moldovan 2023-07-20 15:38:55 +01:00
parent bcea3967ac
commit 58baa2af9e
No known key found for this signature in database
GPG Key ID: 3946E0ADE72BAC99
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ might look like this:
arti keymgr generate desc_enc_key --keystore <KEYSTORE_ID> \
# plus any other flags we might need
--client <CLIENT_NAME> \
--onion <HSID.ONION> \
--service <HSID.ONION> \
--pubkey <OUT_DIR>
```