help: Rename unarchive_stream management command to unarchive_channel.

This commit is contained in:
Prakhar Pratyush
2024-05-06 17:10:27 +05:30
committed by Tim Abbott
parent 64c251089d
commit 422f5c4e1a
3 changed files with 37 additions and 37 deletions

View File

@@ -125,9 +125,9 @@ There are dozens of useful management commands under
- `./manage.py export_single_user`: does a limited version of the [main
export tools](export-and-import.md) containing just
the messages accessible by a single user.
- `./manage.py unarchive_stream`:
- `./manage.py unarchive_channel`:
[Reactivates](https://zulip.com/help/archive-a-stream#unarchiving-archived-streams)
an archived stream.
an archived channel.
- `./manage.py reactivate_realm`: Reactivates a realm.
- `./manage.py deactivate_user`: Deactivates a user. This can be done
more easily in Zulip's organization administrator UI.