You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/humioctl/scheduled_searches_install.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ The install command allows you to install scheduled searches from a URL or from
76
76
77
77
cmd.Flags().StringVar(&filePath, "file", "", "The local file path to the scheduled search to install.")
78
78
cmd.Flags().StringVar(&url, "url", "", "A URL to fetch the scheduled search file from.")
79
-
cmd.Flags().StringVarP(&name, "name", "n", "", "Install the scheduled search under a specific name, ignoring the `name` attribute in the scheduled search file.")
79
+
cmd.Flags().StringVarP(&name, "name", "n", "", "Install the alert under a specific name, ignoring the `name` attribute in the alert file.")
0 commit comments