more detailed description of the xclip missing error

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch 2025-02-26 19:49:42 +03:00
parent 48eb85efa3
commit 39818f848e
Signed by: str3tch
GPG Key ID: 84F3190747EE79AA

View File

@ -145,7 +145,7 @@ impl Accounts {
format!("address {} copied to clipboard", &address),
ActionLevel::Warn),
_ => self.log_event(
"could not use `xclip` to copy".to_string(),
"command `xclip` not found, consider installing `xclip` on your machine".to_string(),
ActionLevel::Error),
}
}