mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Use "Fleet's agent (fleetd)" naming in the CLI (#18528)
For https://github.com/fleetdm/fleet/issues/16512
This commit is contained in:
parent
850e429b80
commit
0ccc7f6244
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 an Orbit installer package",
|
||||
Usage: "Create a fleetd package",
|
||||
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