Skip to content

Commit

Permalink
Update help to make query pack 2 words
Browse files Browse the repository at this point in the history
Make this use match the others

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Oct 7, 2022
1 parent 12e1092 commit ee1d768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cnquery/cmd/explore.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ This example connects to Microsoft 365 using the PKCS #12 formatted certificate:
// bundles, packs & incognito mode
cmd.Flags().Bool("incognito", false, "incognito mode. do not report scan results to the Mondoo platform.")
cmd.Flags().StringSlice("querypack", nil, "list of query packs to be executed (requires incognito mode), multiple query packs can be specified")
cmd.Flags().StringSliceP("querypack-bundle", "f", nil, "path to local querypack bundle file")
cmd.Flags().StringSliceP("querypack-bundle", "f", nil, "path to local query pack file")
// flag completion command
cmd.RegisterFlagCompletionFunc("querypack", func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
return getQueryPacksForCompletion(), cobra.ShellCompDirectiveDefault
Expand Down

0 comments on commit ee1d768

Please sign in to comment.