When using ssh dump target, scp is always used, correct the comment.
Signed-off-by: Kairui Song kasong@redhat.com --- kdump.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kdump.conf.5 b/kdump.conf.5 index 34c996c..7f1c8a4 100644 --- a/kdump.conf.5 +++ b/kdump.conf.5 @@ -41,7 +41,7 @@ mount point.
.B ssh user@server .RS -Will scp /proc/vmcore to user@server:<path>/%HOST-%DATE/, +Will save /proc/vmcore through ssh pipe to user@server:<path>/%HOST-%DATE/, supports DNS. NOTE: make sure user has necessary write permissions on server and that a fqdn is used as the server name. .RE