Skip to content

Commit

Permalink
Rename util -> tool
Browse files Browse the repository at this point in the history
  • Loading branch information
moskyb committed Oct 9, 2023
1 parent 98315a0 commit 8cd4fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clicommand/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ var BuildkiteAgentCommands = []cli.Command{
},
BootstrapCommand,
{
Name: "util",
Usage: "Utility commands, intended for users and operators of the agent to run directly",
Name: "tool",
Usage: "Utility commands, intended for users and operators of the agent to run directly on their machines, and not as part of a Buildkite job",
Subcommands: []cli.Command{
KeygenCommand,
},
Expand Down
File renamed without changes.

0 comments on commit 8cd4fc8

Please sign in to comment.