From 3df07e1478d3e51be357496fa4afd0c8e9480bba Mon Sep 17 00:00:00 2001 From: Lichen Liu Date: Fri, 20 Mar 2026 10:36:41 +0800 Subject: [PATCH] kdumpctl: Add get-default-crashkernel command to help list get-default-crashkernel is shown in documentation but not in `kdumpctl --help`, include this command in the help. Resolves: RHEL-145107 Signed-off-by: Lichen Liu --- kdumpctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdumpctl b/kdumpctl index 835f3f08..9d78937f 100755 --- a/kdumpctl +++ b/kdumpctl @@ -2310,7 +2310,7 @@ main() setup_crypttab ;; *) - dinfo $"Usage: $0 {estimate|start|stop|status|restart|reload|rebuild|reset-crashkernel|propagate|showmem|test|setup-crypttab}" + dinfo $"Usage: $0 {estimate|start|stop|status|restart|reload|rebuild|reset-crashkernel|propagate|showmem|test|setup-crypttab|get-default-crashkernel}" exit 1 ;; esac