From d0755b9e55222eafc5d75667c422a687dca3112e Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-server/bin/replaycons --- xCAT-server/bin/replaycons | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server/bin/replaycons b/xCAT-server/bin/replaycons index 043d972c0..5cc22aa84 100755 --- a/xCAT-server/bin/replaycons +++ b/xCAT-server/bin/replaycons @@ -18,11 +18,11 @@ use Getopt::Long; my $usage_string = "Usage: replaycons node [bps] [tail] - replaycons -h|--help + replaycons -h|--help replaycons -v|--version - bps Specifies the display rate. + bps Specifies the display rate. The default is 19200. - tail Specifies the number of bytes to be displayed. + tail Specifies the number of bytes to be displayed. The default displays all. -h|--help Display this usage statement. -v|--version Display the version number.";