2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-24 20:20:33 +00:00

Remove trailing spaces in file xCAT-server/bin/replaycons

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent f2df92ee22
commit d0755b9e55

View File

@@ -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.";