mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-20 22:08:22 +00:00
Adjust description [skip ci]
This commit is contained in:
@@ -145,6 +145,8 @@ namespace WorldserverCommandHandler {
|
|||||||
*/
|
*/
|
||||||
void DatabaseGetSchema(int argc, char **argv, argh::parser &cmd, std::string &description)
|
void DatabaseGetSchema(int argc, char **argv, argh::parser &cmd, std::string &description)
|
||||||
{
|
{
|
||||||
|
description = "Displays server database schema";
|
||||||
|
|
||||||
if (cmd[{"-h", "--help"}]) {
|
if (cmd[{"-h", "--help"}]) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user