diff options
Diffstat (limited to 'src/bin/git_remote_nostr')
| -rw-r--r-- | src/bin/git_remote_nostr/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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<Option<(NostrUrlDecoded, Repo)>> { | |||
| 131 | println!( | 131 | println!( |
| 132 | " - to open a PR, push a branch with the prefix `pr/` or use `ngit send` for advanced options" | 132 | " - to open a PR, push a branch with the prefix `pr/` or use `ngit send` for advanced options" |
| 133 | ); | 133 | ); |
| 134 | println!("- publish a repository to nostr with `ngit init`"); | ||
| 134 | return Ok(None); | 135 | return Ok(None); |
| 135 | }; | 136 | }; |
| 136 | 137 | ||