From 9b3b242652bf7c1ad638ff0f64f1d59aef7fe0ad Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 29 Nov 2024 16:01:25 +0000 Subject: fix: spelling of 'beginning' as it was spelt with 1 'n' --- README.md | 2 +- src/bin/git_remote_nostr/main.rs | 2 +- src/bin/ngit/cli.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6117ada..e169cf7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ nostr plugin for git - clone a nostr repository, or add as a remote, by using the url format nostr://pub123/identifier -- remote branches begining with `pr/` are open PRs from contributors; `ngit list` can be used to view all PRs +- remote branches beginning with `pr/` are open PRs from contributors; `ngit list` can be used to view all PRs - to open a PR, push a branch with the prefix `pr/` or use `ngit send` for advanced options - publish a repository to nostr with `ngit init` diff --git a/src/bin/git_remote_nostr/main.rs b/src/bin/git_remote_nostr/main.rs index f164a65..54fb7cf 100644 --- a/src/bin/git_remote_nostr/main.rs +++ b/src/bin/git_remote_nostr/main.rs @@ -126,7 +126,7 @@ fn process_args() -> Result> { " - clone a nostr repository, or add as a remote, by using the url format nostr://pub123/identifier" ); println!( - " - remote branches begining with `pr/` are open PRs from contributors; `ngit list` can be used to view all PRs" + " - remote branches beginning with `pr/` are open PRs from contributors; `ngit list` can be used to view all PRs" ); println!( " - to open a PR, push a branch with the prefix `pr/` or use `ngit send` for advanced options" diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs index 26116be..1737a9f 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs @@ -8,7 +8,7 @@ use crate::sub_commands; #[command( author, version, - help_template = "{name} {version}\nnostr plugin for git\n - clone a nostr repository, or add as a remote, by using the url format nostr://pub123/identifier\n - remote branches begining with `pr/` are open PRs from contributors; `ngit list` can be used to view all PRs\n - to open a PR, push a branch with the prefix `pr/` or use `ngit send` for advanced options\n- publish a repository to nostr with `ngit init`\n\n{usage}\n{all-args}" + help_template = "{name} {version}\nnostr plugin for git\n - clone a nostr repository, or add as a remote, by using the url format nostr://pub123/identifier\n - remote branches beginning with `pr/` are open PRs from contributors; `ngit list` can be used to view all PRs\n - to open a PR, push a branch with the prefix `pr/` or use `ngit send` for advanced options\n- publish a repository to nostr with `ngit init`\n\n{usage}\n{all-args}" )] #[command(propagate_version = true)] pub struct Cli { -- cgit v1.2.3