summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-12-29 22:36:19 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-12-29 22:36:19 -0500
commit4fbbd9e02b7814c26b25740574933dd4040fdf6b (patch)
tree735844213f837774878e85325956694745599671
parent8392593b435c8e54e03bc76f87c5af9bff245a9d (diff)
downloadaskbot-4fbbd9e02b7814c26b25740574933dd4040fdf6b.tar.gz
askbot-4fbbd9e02b7814c26b25740574933dd4040fdf6b.tar.bz2
askbot-4fbbd9e02b7814c26b25740574933dd4040fdf6b.zip
fixed an error in the documentation
-rw-r--r--askbot/doc/source/management-commands.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/doc/source/management-commands.rst b/askbot/doc/source/management-commands.rst
index eb889bfa..0e2002b4 100644
--- a/askbot/doc/source/management-commands.rst
+++ b/askbot/doc/source/management-commands.rst
@@ -28,7 +28,7 @@ The bulk of the management commands fall into this group and will probably be th
| `remove_admin <user_id>` | Remove admin status from a user account - the opposite of |
| | the `add_admin` command |
+---------------------------------+-------------------------------------------------------------+
-| `askbot_add_user --user-name | Create a user account. If password is not given, an |
+| `add_askbot_user --user-name | Create a user account. If password is not given, an |
| --email [--password] | unusable password will be set. Possible values for the |
| [--email-frequency]` | --email-frequency are: **i**, **d**, **w**, **n** |
| | that stand for |