From c1ca9b63744efab7e67cf597356fc6e369f23551 Mon Sep 17 00:00:00 2001 From: Romain Beuque <556072+rbeuque74@users.noreply.github.com> Date: Wed, 25 May 2022 12:26:02 +0000 Subject: [PATCH] fix: typo in the 'alive' command Signed-off-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com> --- bin/plugin/open/alive | 2 +- doc/sphinx/plugins/open/alive.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/plugin/open/alive b/bin/plugin/open/alive index d78f950..ae9340c 100755 --- a/bin/plugin/open/alive +++ b/bin/plugin/open/alive @@ -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. diff --git a/doc/sphinx/plugins/open/alive.rst b/doc/sphinx/plugins/open/alive.rst index ffd0da6..ee5c944 100644 --- a/doc/sphinx/plugins/open/alive.rst +++ b/doc/sphinx/plugins/open/alive.rst @@ -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.