From 9632349a85fd53bc5af272d3539d38030567412b Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 27 Nov 2024 11:48:05 +0000 Subject: build: add description to help and add `ngit init` to description / help content --- src/bin/git_remote_nostr/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin/git_remote_nostr') diff --git a/src/bin/git_remote_nostr/main.rs b/src/bin/git_remote_nostr/main.rs index 6b89be6..f164a65 100644 --- a/src/bin/git_remote_nostr/main.rs +++ b/src/bin/git_remote_nostr/main.rs @@ -131,6 +131,7 @@ fn process_args() -> Result> { println!( " - to open a PR, push a branch with the prefix `pr/` or use `ngit send` for advanced options" ); + println!("- publish a repository to nostr with `ngit init`"); return Ok(None); }; -- cgit v1.2.3