Updating client and client docs for accuracy

Change-Id: I625f18fb90c324a24edc87fc6d61184300f35e28
This commit is contained in:
Chellygel
2015-04-16 16:22:53 -05:00
parent c1fd9d4675
commit f2ddf1e79d
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ from barbicanclient import secrets
class DeleteSecret(command.Command):
"""Delete an secret by providing its href."""
"""Delete a secret by providing its URI."""
def get_parser(self, prog_name):
parser = super(DeleteSecret, self).get_parser(prog_name)

View File

@@ -43,7 +43,7 @@ Subcommand actions that a user can take for secrets are:
.. code-block:: bash
secret delete Delete an secret by providing its href.
secret delete Delete a secret by providing its URI.
secret get Retrieve a secret by providing its URI.
secret list List secrets.
secret store Store a secret in Barbican.