Browse Source

Add prune to list of commands

Laurence 2 years ago
parent
commit
9136f02d4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/crowdsec-cli/machines.go

+ 1 - 1
cmd/crowdsec-cli/machines.go

@@ -485,7 +485,7 @@ func NewMachinesCmd() *cobra.Command {
 	var cmdMachines = &cobra.Command{
 		Use:   "machines [action]",
 		Short: "Manage local API machines [requires local API]",
-		Long: `To list/add/delete/validate machines.
+		Long: `To list/add/delete/validate/prune machines.
 Note: This command requires database direct access, so is intended to be run on the local API machine.
 `,
 		Example:           `cscli machines [action]`,