[docs] remove invalid arg from scripts/generate_plugin example (#159466)

This commit is contained in:
Thomas Watson 2023-06-14 12:07:18 +02:00 committed by GitHub
parent c6bca36d96
commit 11bcdb7606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ We recommend that you kick-start your plugin by generating it with the {kib-repo
["source","shell"]
-----------
node scripts/generate_plugin my_plugin_name # replace "my_plugin_name" with your desired plugin name
node scripts/generate_plugin
-----------
[discrete]