mirror of
https://github.com/ovh/the-bastion.git
synced 2025-09-06 04:54:20 +08:00
fix: typo in the 'alive' command
Signed-off-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com>
This commit is contained in:
parent
c9c413ed7f
commit
c1ca9b6374
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ my $remainingOptions = OVH::Bastion::Plugin::begin(
|
||||||
header => "ping until host is alive",
|
header => "ping until host is alive",
|
||||||
options => {},
|
options => {},
|
||||||
helptext => <<'EOF',
|
helptext => <<'EOF',
|
||||||
Ping a host and exist as soon as it answers
|
Ping a host and exit as soon as it answers
|
||||||
|
|
||||||
This command can be used to monitor a host that is expected to go back online soon.
|
This command can be used to monitor a host that is expected to go back online soon.
|
||||||
Note that if you want to ssh to it afterwards, you can simply use the ``--wait`` main option.
|
Note that if you want to ssh to it afterwards, you can simply use the ``--wait`` main option.
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
alive
|
alive
|
||||||
======
|
======
|
||||||
|
|
||||||
Ping a host and exist as soon as it answers
|
Ping a host and exit as soon as it answers
|
||||||
===========================================
|
==========================================
|
||||||
|
|
||||||
|
|
||||||
This command can be used to monitor a host that is expected to go back online soon.
|
This command can be used to monitor a host that is expected to go back online soon.
|
||||||
|
|
Loading…
Add table
Reference in a new issue