chore: Update SignerRequired error message
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
@@ -66,7 +66,9 @@ pub enum N34Error {
|
|||||||
InvalidNostrAddressFileContent(String),
|
InvalidNostrAddressFileContent(String),
|
||||||
#[error("This command requires at least one relay, but none were provided")]
|
#[error("This command requires at least one relay, but none were provided")]
|
||||||
EmptyRelays,
|
EmptyRelays,
|
||||||
#[error("This command requires a signer to sign events")]
|
#[error(
|
||||||
|
"This command requires a signer to sign events. Use `--secret-key` to provide a signer"
|
||||||
|
)]
|
||||||
SignerRequired,
|
SignerRequired,
|
||||||
#[error(
|
#[error(
|
||||||
"Invalid repository address. Expected one of these formats:\n- NIP-05 identifier with \
|
"Invalid repository address. Expected one of these formats:\n- NIP-05 identifier with \
|
||||||
|
|||||||
Reference in New Issue
Block a user