From 3807354cfecd887094fe55ba7944161d75e38d21 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 31 Dec 2014 09:56:20 -0600 Subject: Command docs: group Fix up formatting for group command docs and help Change-Id: Icda79842d52da90d5eac2b0fdbc0d576d371378d --- doc/source/command-objects/group.rst | 46 ++++++++++++++++++------------------ doc/source/commands.rst | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) (limited to 'doc') diff --git a/doc/source/command-objects/group.rst b/doc/source/command-objects/group.rst index 85a0c5cd..3e7e806f 100644 --- a/doc/source/command-objects/group.rst +++ b/doc/source/command-objects/group.rst @@ -16,18 +16,18 @@ Add user to group -.. option:: +.. describe:: - Group that user will be added to (name or ID) + Group to contain (name or ID) -.. option:: +.. describe:: - User to add to group (name or ID) + User to add to (name or ID) group contains user ------------------- -Check user in group +Check user membership in group .. program:: group contains user .. code:: bash @@ -36,11 +36,11 @@ Check user in group -.. option:: +.. describe:: - Group to check if user belongs to (name or ID) + Group to check (name or ID) -.. option:: +.. describe:: User to check (name or ID) @@ -60,7 +60,7 @@ Create new group .. option:: --domain - References the domain ID or name which owns the group + Domain to contain new group (name or ID) .. option:: --description @@ -72,7 +72,7 @@ Create new group If the group already exists, return the existing group data and do not fail. -.. option:: +.. describe:: New group name @@ -90,9 +90,9 @@ Delete group .. option:: --domain - Domain where group resides (name or ID) + Domain containing group(s) (name or ID) -.. option:: +.. describe:: Group(s) to delete (name or ID) @@ -115,11 +115,11 @@ List groups .. option:: --user - List group memberships for (name or ID) + Filter group list by (name or ID) .. option:: --long - List additional fields in output (defaults to false) + List additional fields in output group remove user ----------------- @@ -133,13 +133,13 @@ Remove user from group -.. option:: +.. describe:: - Group that user will be removed from (name or ID) + Group containing (name or ID) -.. option:: +.. describe:: - User to remove from group (name or ID) + User to remove from (name or ID) group set --------- @@ -161,20 +161,20 @@ Set group properties .. option:: --domain - New domain that will now own the group (name or ID) + New domain to contain (name or ID) .. option:: --description New group description -.. option:: +.. describe:: Group to modify (name or ID) group show ---------- -Show group details +Display group details .. program:: group show .. code:: bash @@ -185,8 +185,8 @@ Show group details .. option:: --domain - Domain where group resides (name or ID) + Domain containing (name or ID) -.. option:: +.. describe:: Group to display (name or ID) diff --git a/doc/source/commands.rst b/doc/source/commands.rst index eba0a22f..d137a270 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -83,7 +83,7 @@ referring to both Compute and Volume quotas. * ``endpoint``: (**Identity**) the base URL used to contact a specific service * ``extension``: (**Compute**, **Identity**, **Volume**) OpenStack server API extensions * ``flavor``: (**Compute**) pre-defined server configurations: ram, root disk, etc -* ``group``: Identity - a grouping of users +* ``group``: (**Identity**) a grouping of users * ``host``: Compute - the physical computer running a hypervisor * ``hypervisor``: Compute - the virtual machine manager * ``identity provider``: Identity - a source of users and authentication -- cgit v1.2.1