update help manage command

This commit is contained in:
Izalia Mae 2021-09-16 04:15:02 -04:00
parent 6b952cf0d0
commit 7f76724806

View file

@ -43,10 +43,10 @@ class Command:
return f'''Uncia Relay Management v{__version__}
python3 -m uncia.manage help:
Show this message
Show this message.
python3 -m uncia.manage list:
List currently subscribed instances
List currently subscribed instances.
python3 -m add <actor or domain>: *
Add an instance to the database.
@ -72,13 +72,17 @@ python3 -m uncia.manage deny <actor, inbox, or domain>: *
Reject a request.
python3 -m uncia.manage rules [list]:
List the current rules
List the current rules.
python3 -m uncia.manage rules add <rule>:
Add a rule to the list
Add a rule to the list.
python3 -m uncia.manage rules remove <rule number>:
Remove a rule from the list
Remove a rule from the list.
python3 -m uncia.manage convert [pleroma or uncia]:
Convert the database and config of another relay. Tries to convert a
Pleroma Relay by default.
* = The relay needs to be running for the command to work
'''