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

Co-authored-by: Thomas Watson <watson@elastic.co>
This commit is contained in:
Kibana Machine 2023-06-15 00:33:30 -04:00 committed by GitHub
parent 2a02b2aa78
commit fae57b0ea3
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]