Fix a spelling mistake

This commit is contained in:
PJ Quirk
2020-09-25 15:31:52 -04:00
committed by GitHub
parent 5940838682
commit 092b199c45

View File

@@ -10,7 +10,7 @@ type CommonFlags struct {
}
func (f *CommonFlags) Init(cmd *cobra.Command) {
cmd.Flags().StringVar(&f.CacheDir, "cache-dir", "", "Directory containing the repopositories cache created by the `pull` command")
cmd.Flags().StringVar(&f.CacheDir, "cache-dir", "", "Directory containing the repositories cache created by the `pull` command")
_ = cmd.MarkFlagRequired("cache-dir")
cmd.Flags().StringVar(&f.RepoName, "repo-name", "", "Single repository name to pull")