From 3272623bc3cfc9defdd7d3ff2532cf183dfba940 Mon Sep 17 00:00:00 2001 From: David Stanek Date: Mon, 29 Aug 2016 19:54:13 +0000 Subject: [PATCH] Fixes small grammar mistake in docstring Change-Id: I5e43326f8d440e0ed9a54c5c648c88b1c3b987b0 --- keystone/cmd/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone/cmd/cli.py b/keystone/cmd/cli.py index 53df1c2db6..02cddcf03a 100644 --- a/keystone/cmd/cli.py +++ b/keystone/cmd/cli.py @@ -603,7 +603,7 @@ class CredentialSetup(BasePermissionsSetup): The purpose of this command is very similar to `keystone-manage fernet_setup` only the keys included in this repository are for encrypting - and decrypting credential secrets instead of token payloads. Key can be + and decrypting credential secrets instead of token payloads. Keys can be rotated using `keystone-manage credential_rotate`. """