Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #974 from tusharnt/issue_917.tusharnt
Browse files Browse the repository at this point in the history
Updated documentation for tenant access set command in admin-cli to keep it consistent with the output of the CLI.
  • Loading branch information
tusharnt committed Feb 28, 2017
2 parents 2ced33e + ed397c6 commit 8f677fa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/user-guide/admin-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@ usage: vmdkops_admin.py tenant access set [-h]
[--volume-totalsize Num{MB,GB,TB} - e.g. 2TB]
--name NAME
[--volume-maxsize Num{MB,GB,TB} - e.g. 2TB]
[--allow-create] --datastore
DATASTORE
[--allow-create Value{True|False} e.g. True]
--datastore DATASTORE

optional arguments:
-h, --help show this help message and exit
Expand All @@ -401,7 +401,10 @@ optional arguments:
--name NAME Tenant name
--volume-maxsize Num{MB,GB,TB} - e.g. 2TB
Maximum size of the volume that can be created
--allow-create Allow create and delete on datastore if set to True
--allow-create Value{True|False} - e.g. True
Allow create and delete on datastore if set to True;
disallow create and delete on datastore if set to
False
--datastore DATASTORE
Datastore name

Expand Down

0 comments on commit 8f677fa

Please sign in to comment.