fix: typo in the 'alive' command

Signed-off-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com>
pull/307/head
Romain Beuque 4 years ago committed by Stéphane Lesimple
parent c9c413ed7f
commit c1ca9b6374

@ -14,7 +14,7 @@ my $remainingOptions = OVH::Bastion::Plugin::begin(
header => "ping until host is alive",
options => {},
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.
Note that if you want to ssh to it afterwards, you can simply use the ``--wait`` main option.

@ -2,8 +2,8 @@
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.

Loading…
Cancel
Save