Skip to content

Commit b93ff2a

Browse files
J12934Ilyesbdlala
authored andcommitted
Adjust --follow flag description
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent 89230e3 commit b93ff2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scbctl/cmd/scans.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func NewScanCommand() *cobra.Command {
126126
}
127127

128128
scanCmd.Flags().String("name", "", "Name of the created scan. If no name is provided, the ScanType will be used as the name")
129-
scanCmd.Flags().Bool("follow", false, "Follow the log output")
129+
scanCmd.Flags().Bool("follow", false, "Follow the log output of the scan container. Requires kubectl to be installed and in the shell path")
130130

131131
return scanCmd
132132
}

0 commit comments

Comments
 (0)