From 2629fda94708fb0e335087b5e158629b15a95e4b Mon Sep 17 00:00:00 2001
From: Adriano Fialho <dritec@gmail.com>
Date: Sat, 14 May 2016 13:22:13 -0300
Subject: [PATCH] Changed the nomenclature of credentials command

Removed the "s" of the "credentials command" in the documentation and renaming the file to credential.rst (instead of credentials)

Change-Id: If1df15b9a630a5452e05d14fb45e9ebb124583a7
---
 .../{credentials.rst => credential.rst}                | 10 +++++-----
 doc/source/commands.rst                                |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
 rename doc/source/command-objects/{credentials.rst => credential.rst} (75%)

diff --git a/doc/source/command-objects/credentials.rst b/doc/source/command-objects/credential.rst
similarity index 75%
rename from doc/source/command-objects/credentials.rst
rename to doc/source/command-objects/credential.rst
index 9f4aabe4f3..ed8a00dbd7 100644
--- a/doc/source/command-objects/credentials.rst
+++ b/doc/source/command-objects/credential.rst
@@ -1,27 +1,27 @@
 ===========
-credentials
+credential
 ===========
 
 Identity v3
 
-credentials create
+credential create
 ------------------
 
 .. ''[consider rolling the ec2 creds into this too]''
 
 .. code:: bash
 
-    os credentials create
+    os credential create
         --x509
         [<private-key-file>]
         [<certificate-file>]
 
-credentials show
+credential show
 ----------------
 
 .. code:: bash
 
-    os credentials show
+    os credential show
         [--token]
         [--user]
         [--x509 [--root]]
diff --git a/doc/source/commands.rst b/doc/source/commands.rst
index 7e6e558900..12542d1c73 100644
--- a/doc/source/commands.rst
+++ b/doc/source/commands.rst
@@ -83,7 +83,7 @@ referring to both Compute and Volume quotas.
 * ``console url``: (**Compute**) server remote console URL
 * ``consumer``: (**Identity**) OAuth-based delegatee
 * ``container``: (**Object Storage**) a grouping of objects
-* ``credentials``: (**Identity**) specific to identity providers
+* ``credential``: (**Identity**) specific to identity providers
 * ``domain``: (**Identity**) a grouping of projects
 * ``ec2 credentials``: (**Identity**) AWS EC2-compatible credentials
 * ``endpoint``: (**Identity**) the base URL used to contact a specific service