From 3793101f640ba671aaa29536808ae9ca72860a52 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Fri, 27 Feb 2026 12:20:29 -0500 Subject: [PATCH] Update gitops.go (#38863) - Moved this information out of the YAML reference: https://github.com/fleetdm/fleet/pull/38862/files#diff-b71104232d8fbaaf4bd537065533cbf39ec5f9bf028ec1d8083346953ed5178dL5 --- cmd/fleetctl/fleetctl/gitops.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/fleetctl/fleetctl/gitops.go b/cmd/fleetctl/fleetctl/gitops.go index a0daf111f1..7f14bf32a3 100644 --- a/cmd/fleetctl/fleetctl/gitops.go +++ b/cmd/fleetctl/fleetctl/gitops.go @@ -36,7 +36,7 @@ func gitopsCommand() *cli.Command { ) return &cli.Command{ Name: "gitops", - Usage: "Synchronize Fleet configuration with provided file. This command is intended to be used in a GitOps workflow.", + Usage: "This command is used by Fleet's best practice GitOps workflow.", UsageText: `fleetctl gitops [options]`, Flags: []cli.Flag{ &cli.StringSliceFlag{