mirror of
https://github.com/ovh/the-bastion.git
synced 2025-09-04 12:04:11 +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",
|
||||
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…
Add table
Reference in a new issue