docs: Added missing semicolon in export_single_user management command.

This commit is contained in:
aryanshridhar 2021-02-23 22:57:45 +05:30 committed by Tim Abbott
parent d001916b78
commit 42c49e4fb1
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ There are dozens of useful management commands under
(easier done [via the
UI](https://zulip.com/help/change-a-users-role)) or give bots the
`can_forge_sender` permission, which is needed for certain special API features.
* `./manage.py export_single_user` does a limited version of the [main
* `./manage.py export_single_user`: does a limited version of the [main
export tools](../production/export-and-import.md) containing just
the messages accessible by a single user.