fix: Fix 'selfAddPersonalAccess' helptext

pull/74/head
Thomas Soëte 5 years ago committed by GitHub
parent 7a811659f6
commit 9647ae9cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ use OVH::Bastion::Plugin qw( :DEFAULT help );
my $remainingOptions = OVH::Bastion::Plugin::begin(
argv => \@ARGV,
header => "adding private access to a server on your account",
header => "adding personal access to a server on your account",
options => {
"user-any" => \my $userAny,
"port-any" => \my $portAny,
@ -22,7 +22,7 @@ my $remainingOptions = OVH::Bastion::Plugin::begin(
"comment=s" => \my $comment,
},
helptext => <<'EOF',
Remove a personal server access from an account
Add a personal server access on your account
Usage: --osh SCRIPT_NAME --host HOST [OPTIONS]

Loading…
Cancel
Save