Skip to content

Commit 88f3672

Browse files
wmypkusagpatilfnando
authored
Remove redundant words from command documentation. (#2176)
Signed-off-by: wmypku <wmypku@outlook.com> Co-authored-by: Sagar Patil <sagpatil@users.noreply.github.com> Co-authored-by: Nando Vieira <me@fnando.com>
1 parent 7e5fed6 commit 88f3672

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

FULL_HELP_DOCS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3591,14 +3591,14 @@ The subcommand for CLI plugins
35913591

35923592
###### **Subcommands:**
35933593

3594-
* `search` — Search for for CLI plugins using GitHub
3594+
* `search` — Search for CLI plugins using GitHub
35953595
* `ls` — List installed plugins
35963596

35973597

35983598

35993599
## `stellar plugin search`
36003600

3601-
Search for for CLI plugins using GitHub
3601+
Search for CLI plugins using GitHub
36023602

36033603
**Usage:** `stellar plugin search`
36043604

cmd/soroban-cli/src/commands/plugin/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub mod search;
77

88
#[derive(Debug, Parser)]
99
pub enum Cmd {
10-
/// Search for for CLI plugins using GitHub
10+
/// Search for CLI plugins using GitHub
1111
Search(search::Cmd),
1212

1313
/// List installed plugins

0 commit comments

Comments
 (0)