diff --git a/bootstrapvz/plugins/commands/README.rst b/bootstrapvz/plugins/commands/README.rst index 882f64b..1e31635 100644 --- a/bootstrapvz/plugins/commands/README.rst +++ b/bootstrapvz/plugins/commands/README.rst @@ -1,10 +1,9 @@ -Image commands +Commands -------------- -The image commands plugin allows you to run arbitrary commands during -the bootstrap process. The commands are run at an indeterminate point -*after* packages have been installed, but *before* the volume has been -unmounted. +This plugin allows you to run arbitrary commands during the bootstrap process. +The commands are run at an indeterminate point *after* packages have been +installed, but *before* the volume has been unmounted. Settings ~~~~~~~~ diff --git a/bootstrapvz/plugins/commands/manifest-schema.yml b/bootstrapvz/plugins/commands/manifest-schema.yml index d868c8f..0d7c2e5 100644 --- a/bootstrapvz/plugins/commands/manifest-schema.yml +++ b/bootstrapvz/plugins/commands/manifest-schema.yml @@ -1,6 +1,6 @@ --- $schema: http://json-schema.org/draft-04/schema# -title: Image commands plugin manifest +title: Commands plugin manifest type: object properties: plugins: