upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/sub_commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/sub_commands')
-rw-r--r--src/sub_commands/init.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/init.rs b/src/sub_commands/init.rs
index bb437a5..4958536 100644
--- a/src/sub_commands/init.rs
+++ b/src/sub_commands/init.rs
@@ -373,7 +373,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> {
373 } 373 }
374 ); 374 );
375 println!( 375 println!(
376 "this optional file enables existing contributors to automatically fetch your repo event (instead of one from a pubkey pretending to be the maintainer)" 376 "this optional file helps in identifying who the maintainers are over time through the commit history"
377 ); 377 );
378 } 378 }
379 Ok(()) 379 Ok(())