mod_storage_sql: List available commands if no commands given (currenly only one available)

This commit is contained in:
Kim Alvefur 2016-12-01 10:02:26 +01:00
parent f1ce52f17d
commit d0df7de379

View file

@ -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