Compare commits
No commits in common. "23a02617f91384953b0d24813a75d4a32e3a4e14" and "562ed2e0150331aff4937a456ee6904bfc2c676f" have entirely different histories.
23a02617f9
...
562ed2e015
39 changed files with 448 additions and 452 deletions
|
@ -47,6 +47,3 @@ need to be up for this, making this ideal for some offline maintenance.
|
|||
- `purgeInvites`: Deletes all available invite codes.
|
||||
- `listAccounts`: Lists all active accounts.
|
||||
- `deleteAccount <username>`: Deletes an account with a given `username`.
|
||||
- `lockAccount <username>`: Locks the account under `username`.
|
||||
- `unlockAccount <username>`: Unlocks the account under `username`.
|
||||
- `logs`: Shows system logs.
|
||||
|
|
1
main.go
1
main.go
|
@ -450,7 +450,6 @@ func main() {
|
|||
"purgeInvites:\n\tDeletes all available invite codes.\n" +
|
||||
"listAccounts:\n\tLists all active accounts.\n",
|
||||
"deleteAccount <username>:\n\tDeletes the account under `username`.\n",
|
||||
"lockAccount <username>:\n\tLocks the account under `username`.\n",
|
||||
"unlockAccount <username>:\n\tUnlocks the account under `username`.\n",
|
||||
"logs:\n\tShows system logs.\n",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue