From 32fc6070a6794f1edc905299c74f70f95285fe93 Mon Sep 17 00:00:00 2001 From: Kairui Song Date: Fri, 9 Nov 2018 11:09:27 +0800 Subject: [PATCH] Add missing usage info In commit b34ce3a reload support was added to kdumpctl but the usage info is not updated. Now add reload to usage output to let user aware of the new command. Signed-off-by: Kairui Song --- kdumpctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdumpctl b/kdumpctl index 6236f21..ca47705 100755 --- a/kdumpctl +++ b/kdumpctl @@ -1141,7 +1141,7 @@ main () show_reserved_mem ;; *) - echo $"Usage: $0 {start|stop|status|restart|propagate|showmem}" + echo $"Usage: $0 {start|stop|status|restart|reload|propagate|showmem}" exit 1 esac }