mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
main.cpp:
removed shhor switch for nodaemon ndb/src/mgmsrv/main.cpp: removed shhor switch for nodaemon
This commit is contained in:
parent
0450e21c91
commit
4ea4e9ee2e
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ struct getargs args[] = {
|
|||
"filename" },
|
||||
{ "interactive", 0, arg_flag, &glob.interactive,
|
||||
"Run interactive. Not supported but provided for testing purposes", "" },
|
||||
{ "nodaemon", 'n', arg_flag, &glob.non_interactive,
|
||||
{ "nodaemon", 0, arg_flag, &glob.non_interactive,
|
||||
"Don't run as daemon, but don't read from stdin", "non-interactive" }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue