3ddd5c37d1dcdd4141394cdd16ac4fd121aba254
howto/Registry-Authentication.md
| ... | ... | @@ -174,7 +174,7 @@ The registry includes a script that uses ssh-keygen signatures to sign your chan |
| 174 | 174 | e.g. |
| 175 | 175 | |
| 176 | 176 | ``` |
| 177 | -./sign-my-commit --ssh -key /home/foo/.ssh/id_ed25519 --push FOO-MNT |
|
| 177 | +./sign-my-commit --ssh --key /home/foo/.ssh/id_ed25519 --push FOO-MNT |
|
| 178 | 178 | ``` |
| 179 | 179 | |
| 180 | 180 | #### Verifying the signature |