mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
Update fleetctl package usage description (#18545)
Slight verbiage change requested by @noahtalerman re: #16512
This commit is contained in:
parent
1cb670a3c1
commit
8bcdd93f2c
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ func packageCommand() *cli.Command {
|
|||
return &cli.Command{
|
||||
Name: "package",
|
||||
Aliases: nil,
|
||||
Usage: "Create a fleetd package",
|
||||
Usage: "Create a fleetd agent",
|
||||
Description: "An easy way to create fully boot-strapped installer packages for Windows, macOS, or Linux",
|
||||
Flags: []cli.Flag{
|
||||
&cli.StringFlag{
|
||||
|
|
|
|||
Loading…
Reference in a new issue