mirror of
https://github.com/ovh/the-bastion.git
synced 2025-11-09 14:51:01 +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(
|
||||
argv => \@ARGV,
|
||||
header => "clush",
|
||||
header => "batch",
|
||||
options => {},
|
||||
helptext => <<'EOF',
|
||||
Run a batch of osh commands fed through STDIN
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue