diff options
| author | Yaguang Tang <heut2008@gmail.com> | 2012-03-10 15:51:56 +0800 |
|---|---|---|
| committer | Yaguang Tang <heut2008@gmail.com> | 2012-03-10 15:58:29 +0800 |
| commit | d6631d81d5f469415aed2023367adccb529ea656 (patch) | |
| tree | d4b2156fef50f4bc2f84156d3ea2b6e56683b9cb | |
| parent | ee5083d7b4d7c9f3d687ccba6fe652af0966b9e0 (diff) | |
update documention on changing user password
Change-Id: I73be30eed4d2eed7a53c9dbdb5f29ec9c8f6eb6f
| -rw-r--r-- | doc/source/configuration.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 52bcdd72..ba68e355 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -496,7 +496,7 @@ example:: $ keystone user-disable 03c84b51574841ba9a0d8db7882ac645 -``user-update-password`` +``user-password-update`` ^^^^^^^^^^^^^^^^^^^^^^^^ arguments @@ -506,7 +506,7 @@ arguments example:: - $ keystone user-update-password 03c84b51574841ba9a0d8db7882ac645 foo + $ keystone user-password-update --pass foo 03c84b51574841ba9a0d8db7882ac645 Roles ----- |
