Updated fleetctl get queries/labels/hosts descriptions. (#19908)

#19577 
Updated fleetctl get queries/labels/hosts descriptions.

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Added/updated tests
- [x] Manual QA for all new/changed functionality
This commit is contained in:
Victor Lyuboslavsky
2024-06-25 09:32:05 -05:00
committed by GitHub
parent 2a9be32ffa
commit cdb0d78245
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
- Updated fleetctl get queries/labels/hosts descriptions.
+3 -3
View File
@@ -371,7 +371,7 @@ func getQueriesCommand() *cli.Command {
return &cli.Command{
Name: "queries",
Aliases: []string{"query", "q"},
Usage: "List information about one or more queries",
Usage: "List information about queries",
Flags: []cli.Flag{
&cli.UintFlag{
Name: teamFlagName,
@@ -651,7 +651,7 @@ func getLabelsCommand() *cli.Command {
return &cli.Command{
Name: "labels",
Aliases: []string{"label", "l"},
Usage: "List information about one or more labels",
Usage: "List information about labels",
Flags: []cli.Flag{
jsonFlag(),
yamlFlag(),
@@ -793,7 +793,7 @@ func getHostsCommand() *cli.Command {
return &cli.Command{
Name: "hosts",
Aliases: []string{"host", "h"},
Usage: "List information about one or more hosts",
Usage: "List information about hosts",
Flags: []cli.Flag{
&cli.UintFlag{
Name: "team",