Skip to content

Commit

Permalink
Fix cspell?
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Nov 1, 2024
1 parent 741a756 commit 3dcdb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/commands/invite/claim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use crate::utils::*;

#[derive(clap::Parser)]
pub struct Args {
/// Server invitation address (e.g.: parsec3://127.0.0.1:41997/Org?no_ssl=true&a=claim_shamir_recovery&p=xBA2FaaizwKy4qG5cGDFlXaL)
/// Server invitation address (e.g.: `parsec3://127.0.0.1:41997/Org?no_ssl=true&a=claim_shamir_recovery&p=xBA2FaaizwKy4qG5cGDFlXaL`)

Check warning on line 19 in cli/src/commands/invite/claim.rs

View workflow job for this annotation

GitHub Actions / spelling / cspell

Unknown word (Faaizw)
#[arg(short, long)]
addr: ParsecInvitationAddr,
/// Read the password from stdin instead of a TTY.
Expand Down

0 comments on commit 3dcdb16

Please sign in to comment.