Skip to content
Snippets Groups Projects
Commit 6d237607 authored by Abubakr-Sadik Nii Nai Davis's avatar Abubakr-Sadik Nii Nai Davis
Browse files

Fix typo in help text.

parent b4b3ebe9
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ func init() { ...@@ -65,7 +65,7 @@ func init() {
cobra.OnInitialize(initConfig) cobra.OnInitialize(initConfig)
// Output control // Output control
RootCmd.PersistentFlags().BoolVar(&noResults, "noresults", false, "Disable prints of results section") RootCmd.PersistentFlags().BoolVar(&noResults, "noresults", false, "Disable printing of results section")
RootCmd.PersistentFlags().BoolVar(&noSummary, "nosummary", false, "Disable printing of summary section") RootCmd.PersistentFlags().BoolVar(&noSummary, "nosummary", false, "Disable printing of summary section")
RootCmd.PersistentFlags().BoolVar(&noRemediations, "noremediations", false, "Disable printing of remediations section") RootCmd.PersistentFlags().BoolVar(&noRemediations, "noremediations", false, "Disable printing of remediations section")
RootCmd.PersistentFlags().BoolVar(&jsonFmt, "json", false, "Prints the results as JSON") RootCmd.PersistentFlags().BoolVar(&jsonFmt, "json", false, "Prints the results as JSON")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment