add repos subcommand [continue #44] (#3) #65

Merged
lunny merged 23 commits from 6543/tea:repos_subcommand into master 2019-11-08 01:33:49 +00:00
Showing only changes of commit 3839727ab1 - Show all commits

View File

@ -90,7 +90,7 @@ func runReposList(ctx *cli.Context) error {
}
}
} else {
log.Fatal("Unknown mode '%s'\nUse one of the following:\n- fork\n- mirror\n- source\n", mode)
log.Fatal("Unknown mode: ", mode, "\nUse one of the following:\n- fork\n- mirror\n- source\n")
return nil
}