Fix merge flag name (#1623)

This commit is contained in:
Lucendio 2022-11-01 04:30:02 +01:00 committed by GitHub
parent 5522b615bc
commit 076c9d6b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ gpg --import key.asc
Only merge updates for keys already in key-ring: Only merge updates for keys already in key-ring:
```bash ```bash
gpg --import key.asc --merge-options merge-only gpg --import key.asc --import-options merge-only
``` ```
### Managing your keyring ### Managing your keyring