diff options
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/flavor.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/flavor.rst b/doc/source/cli/command-objects/flavor.rst index 1cbd2df3..2d946de3 100644 --- a/doc/source/cli/command-objects/flavor.rst +++ b/doc/source/cli/command-objects/flavor.rst @@ -24,6 +24,7 @@ Create new flavor [--property <key=value> [...] ] [--project <project>] [--project-domain <project-domain>] + [--description <description>] <flavor-name> .. option:: --id <id> @@ -76,6 +77,10 @@ Create new flavor Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. +.. option:: --description <description> + + Description to add for this flavor + .. _flavor_create-flavor-name: .. describe:: <flavor-name> @@ -148,6 +153,7 @@ Set flavor properties [--property <key=value> [...] ] [--project <project>] [--project-domain <project-domain>] + [--description <description>] <flavor> .. option:: --property <key=value> @@ -168,6 +174,10 @@ Set flavor properties Remove all properties from this flavor (specify both --no-property and --property to remove the current properties before setting new properties.) +.. option:: --description <description> + + Set description to this flavor + .. describe:: <flavor> Flavor to modify (name or ID) |
