From 16e38b988c0aa4568cc52782e722becb1f0b6d4f Mon Sep 17 00:00:00 2001 From: Suhaas Joshi <90125840+jsuhaas22@users.noreply.github.com> Date: Sun, 17 Mar 2024 21:18:41 +0530 Subject: [PATCH] cmd: Fix typo in the plugin line of "micro --help" (#2594) fixes #2582 --- cmd/micro/micro.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/micro/micro.go b/cmd/micro/micro.go index 80709bba..8be2bfbd 100644 --- a/cmd/micro/micro.go +++ b/cmd/micro/micro.go @@ -66,7 +66,7 @@ func InitFlags() { fmt.Println("-version") fmt.Println(" \tShow the version number and information") - fmt.Print("\nMicro's plugin's can be managed at the command line with the following commands.\n") + fmt.Print("\nMicro's plugins can be managed at the command line with the following commands.\n") fmt.Println("-plugin install [PLUGIN]...") fmt.Println(" \tInstall plugin(s)") fmt.Println("-plugin remove [PLUGIN]...")