mirror of
https://github.com/ovh/the-bastion.git
synced 2025-11-09 23:01:22 +08:00
fix: Bad plugin name
This commit is contained in:
parent
7ff286b00f
commit
da6d80bef1
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ use OVH::Bastion::Plugin qw( :DEFAULT help );
|
||||||
|
|
||||||
my $remainingOptions = OVH::Bastion::Plugin::begin(
|
my $remainingOptions = OVH::Bastion::Plugin::begin(
|
||||||
argv => \@ARGV,
|
argv => \@ARGV,
|
||||||
header => "clush",
|
header => "batch",
|
||||||
options => {},
|
options => {},
|
||||||
helptext => <<'EOF',
|
helptext => <<'EOF',
|
||||||
Run a batch of osh commands fed through STDIN
|
Run a batch of osh commands fed through STDIN
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue