Help page updates

This commit is contained in:
Ske
2018-12-10 20:09:35 +01:00
parent be09c87f52
commit 0aa370e549
6 changed files with 36 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
system_commands = """
**System commands**
Commands for adding, removing, editing, and linking systems, as well as querying fronter and front history.
```
pk;system [system]
pk;system new [system name
@@ -18,6 +19,7 @@ pk;unlink
member_commands = """
**Member commands**
Commands for adding, removing, and modifying members, as well as adding, removing and moving switches.
```
pk;member new <member name>
pk;member <member>
@@ -36,6 +38,16 @@ pk;switch delete
```
""".strip()
help_commands = """
**Help commands**
```
pk;help
pk;help commands
pk;help system
pk;help member
pk;help proxy
```""".strip()
other_commands = """
**Other commands**
```
@@ -61,7 +73,8 @@ all_commands = """
{}
{}
{}
""".strip().format(system_commands, member_commands, other_commands, command_notes)
{}
""".strip().format(system_commands, member_commands, help_commands, other_commands, command_notes)
proxy_guide = """
**Proxying**