From 3e96d537829c989698bfe187e30ebf22976f339d Mon Sep 17 00:00:00 2001
From: Nicolas80 <nicolas.pmail@protonmail.com>
Date: Sat, 5 Apr 2025 18:04:59 +0200
Subject: [PATCH] * Small change to be in line with the adapted parameter
 descriptions

---
 CHANGELOG.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e8b102..4008188 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)
-- 
GitLab