Skip to content

Commit

Permalink
cli: fix a comment
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
knz committed Apr 26, 2021
1 parent 2f4f680 commit d13fda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ func init() {
durationFlag(f, &zipCtx.cpuProfDuration, cliflags.ZipCPUProfileDuration)
intFlag(f, &zipCtx.concurrency, cliflags.ZipConcurrency)
}
// List-nodes + Zip commands.
// List-files + Zip commands.
for _, cmd := range []*cobra.Command{debugZipCmd, debugListFilesCmd} {
f := cmd.Flags()
varFlag(f, &zipCtx.nodes.inclusive, cliflags.ZipNodes)
Expand Down

0 comments on commit d13fda9

Please sign in to comment.