diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e8b1026613e80d9fc96a27ae964018b239d9d67..40081886661ad59ed1bb15e59372cc9ae447d0b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,8 +19,8 @@ List of changelogs ordered from latest to oldest
 - Adapted commands `identity link-account` and `identity change-owner-key`
   - Made it clear that the arguments are meant to "target" another account
   - Added possibility to provide the "target" account from the vault
-    - `-a` address of vault account to link
-    - `-v` name of vault account to link
+    - `-a` SS58 Address of target vault account
+    - `-v` Name of target vault account
   - `-S` (secret_format) doesn't have a default anymore since it conflicts with using `-a` or `-v`
 - Small changes
   - In the vault, changed sorting of children account so that they are sorted by derivation `Path` value (makes more sense when viewing derivations of one account)