mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
mod_storage_sql: List available commands if no commands given (currenly only one available)
This commit is contained in:
parent
f1ce52f17d
commit
d0df7de379
1 changed files with 2 additions and 1 deletions
|
@ -507,6 +507,7 @@ function module.command(arg)
|
|||
elseif command then
|
||||
print("Unknown command: "..command);
|
||||
else
|
||||
print("Unknown command: "..command);
|
||||
print("Available commands:");
|
||||
print("","upgrade - Perform database upgrade");
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue