Forgot to replace list-keys

This commit is contained in:
Alexandre Aubin 2018-07-04 22:37:18 +02:00 committed by GitHub
parent ccb43788a6
commit e08603499b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ Enfin, il est possible d'ajouter, de supprimer et de lister des clés ssh, pour
```bash
yunohost user ssh add-key <username> <key>
yunohost user ssh remove-key <username> <key>
yunohost user ssh add-key <username>
yunohost user ssh list-keys <username>
```