We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e83643 commit 88a53b3Copy full SHA for 88a53b3
cmd/remote.go
@@ -25,8 +25,8 @@ import (
25
// remoteCmd represents the remote command
26
var remoteCmd = &cobra.Command{
27
Use: "remote",
28
- Short: "Manage remote reposities",
29
- Long: "Manage remote reposities",
+ Short: "Manage remote repositories",
+ Long: "Manage remote repositories",
30
}
31
32
var remoteAddCmd = &cobra.Command{
0 commit comments