Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jul 15, 2021
1 parent 9a6119a commit d63a444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/srl-labs/containerlab/nodes"
)

// Only print config locally, dont send to the node
// Only print config locally, don't send to the node
var printLines int

// configCmd represents the config command
Expand Down Expand Up @@ -104,5 +104,5 @@ func init() {
configCmd.Flags().StringSliceVarP(&config.TemplatePaths, "template-path", "p", []string{}, "comma separated list of paths to search for templates")
configCmd.MarkFlagDirname("template-path")
configCmd.Flags().StringSliceVarP(&config.TemplateNames, "template-list", "l", []string{}, "comma separated list of template names to render")
configCmd.Flags().IntVarP(&printLines, "check", "c", 0, "render dry-run & print n lines of config")
configCmd.Flags().IntVarP(&printLines, "check", "c", 0, "render templates in dry-run mode & print N lines of rendered config")
}

0 comments on commit d63a444

Please sign in to comment.