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

Co-authored-by: Thomas Watson <watson@elastic.co>
This commit is contained in:
Kibana Machine 2023-06-15 00:35:14 -04:00 committed by GitHub
parent 55a537c62c
commit a7f662263c
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]