fix: typo in the 'alive' command

Signed-off-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com>
This commit is contained in:
Romain Beuque 2022-05-25 12:26:02 +00:00 committed by Stéphane Lesimple
parent c9c413ed7f
commit c1ca9b6374
2 changed files with 3 additions and 3 deletions

View file

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

View file

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