2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Remove trailing spaces in file perl-xCAT/xCAT/RSH.pm

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 888740a97c
commit 1870218cc1

View File

@ -34,13 +34,13 @@ if ($^O eq 'linux') {
Returns:
A command array for the rsh command with the appropriate
arguments as defined in the $config hash table
Globals:
$RSH_CMD
Error:
None
Example:
xCAT::RSH->remote_shell_command($config_hash, '/usr/bin/rsh');
@ -92,13 +92,13 @@ sub remote_shell_command {
Returns:
A command array for the rcp command with the appropriate
arguments as defined in the $config hash table
Globals:
$RCP_CMD
Error:
None
Example:
xCAT::RSH->remote_copy_command($config_hash, '/usr/bin/rcp');