Skip to content

Commit

Permalink
chore: Update messenger example (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 authored May 22, 2024
1 parent f80bfd4 commit a4dbaee
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extensions/warp-ipfs/examples/identity-interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ async fn main() -> anyhow::Result<()> {
}
},
_ => {
writeln!(stdout, "/lookup <username | publickey> [username | publickey]")?;
writeln!(stdout, "/lookup <username | publickey> [username | publickey ...]")?;
continue
}
};
Expand Down
Loading

0 comments on commit a4dbaee

Please sign in to comment.