cmd: Fix typo in the plugin line of "micro --help" (#2594)

fixes #2582
This commit is contained in:
Suhaas Joshi 2024-03-17 21:18:41 +05:30 committed by GitHub
parent 8a3d83f7c7
commit 16e38b988c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]...")