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

Co-authored-by: Thomas Watson <watson@elastic.co>
This commit is contained in:
Kibana Machine 2023-06-15 00:34:37 -04:00 committed by GitHub
parent 6f62c585e1
commit c8fbfb6112
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]