From 84aabe89632e4b418265df2ddaf8db616b28d6b2 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Fri, 27 May 2022 13:18:47 +0200 Subject: [PATCH] cli: fix minor formatting issue with alloc restart help. (#13135) --- command/alloc_restart.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/alloc_restart.go b/command/alloc_restart.go index b06f5ccc8..9c5dcb3be 100644 --- a/command/alloc_restart.go +++ b/command/alloc_restart.go @@ -32,8 +32,8 @@ General Options: Restart Specific Options: -task - Specify the individual task to restart. If task name is given with both an - argument and the '-task' option, preference is given to the '-task' option. + Specify the individual task to restart. If task name is given with both an + argument and the '-task' option, preference is given to the '-task' option. -verbose Show full information.