mirror of
https://github.com/taigrr/mg.git
synced 2026-04-02 03:28:42 -07:00
fixup help text
This commit is contained in:
@@ -15,7 +15,7 @@ var (
|
||||
jobs int
|
||||
pullCmd = &cobra.Command{
|
||||
Use: "pull",
|
||||
Short: "add current path to list of repos",
|
||||
Short: "update all git repos specified in config",
|
||||
Run: func(_ *cobra.Command, args []string) {
|
||||
type RepoError struct {
|
||||
Error error
|
||||
|
||||
Reference in New Issue
Block a user