Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Arif Ali
xcat-core
Commits
1a352560
Commit
1a352560
authored
Jul 28, 2014
by
ligc
Browse files
fix for bug 4202: parse the rcons -help and rcons --help
parent
d2cda7eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
xCAT-client/bin/rcons
View file @
1a352560
...
...
@@ -13,7 +13,7 @@ if [ "$os" == "AIX" ]; then
export
HOME
fi
if
[
-z
"
$1
"
]
||
[
"
$1
"
=
"-h"
]
;
then
if
[
-z
"
$1
"
]
||
[
"
$1
"
=
"-h"
]
||
[
"
$1
"
=
"-help"
]
||
[
"
$1
"
=
"--help"
]
;
then
echo
"rcons - remotely accesses the serial console of a node"
echo
"rcons <singlenode> [conserver] [-f]"
echo
"rcons <singlenode> [conserver] [-s]"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment