Skip to content

Commit 12fd5ca

Browse files
authored
payjoin-cli: update command about description (#249)
Use consistent branding across website and apps.
2 parents 4372720 + 0e296cc commit 12fd5ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

payjoin-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async fn main() -> Result<()> {
4141

4242
fn cli() -> ArgMatches {
4343
Command::new("payjoin")
44-
.about("Transfer bitcoin and preserve your privacy")
44+
.about("Payjoin - bitcoin scaling, savings, and privacy by default")
4545
.arg(Arg::new("rpchost")
4646
.long("rpchost")
4747
.short('r')

0 commit comments

Comments
 (0)