瀏覽代碼

Fix description

Laurence 2 年之前
父節點
當前提交
403a4b5266
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      cmd/crowdsec-cli/machines.go

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

@@ -375,8 +375,8 @@ func NewMachinesPruneCmd() *cobra.Command {
 	var force bool
 	cmdMachinesPrune := &cobra.Command{
 		Use:               "prune",
-		Short:             "prune machine list",
-		Long:              `prune all machines that are not validate OR has not made heartbeat in over 10 minutes`,
+		Short:             "prune machines",
+		Long:              `prune machines that are not validated or have not connected to the local API in a given duration.`,
 		Example:           `cscli machines prune`,
 		Args:              cobra.NoArgs,
 		DisableAutoGenTag: true,