From afad7ed032be6950f51178a857eadb3ca6904278 Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:10:59 +0800 Subject: [PATCH] Update cli.rs --- pueue/src/client/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pueue/src/client/cli.rs b/pueue/src/client/cli.rs index 5f88942b..245ec3ff 100644 --- a/pueue/src/client/cli.rs +++ b/pueue/src/client/cli.rs @@ -240,7 +240,7 @@ pub enum SubCommand { wait: bool, }, - #[command(about = "Kill specific running tasks or whole task groups..\n\ + #[command(about = "Kill specific running tasks or whole task groups.\n\ Kills all tasks of the default group when no ids or a specific group are provided.")] Kill { /// Kill these specific tasks.