mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 16:50:17 +01:00
tui: hide the debugging-related command line options
This commit is contained in:
parent
250ed1a7dd
commit
41ada32127
1 changed files with 2 additions and 2 deletions
|
|
@ -181,9 +181,9 @@ gboolean sleep_on_startup = FALSE;
|
|||
gboolean noinit = FALSE;
|
||||
|
||||
GOptionEntry entries[] = {
|
||||
{ "sleep", 's', 0, G_OPTION_ARG_NONE, &sleep_on_startup,
|
||||
{ "sleep", 's', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &sleep_on_startup,
|
||||
"Sleep on startup", NULL },
|
||||
{ "noinit", 'n', 0, G_OPTION_ARG_NONE, &noinit,
|
||||
{ "noinit", 'n', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &noinit,
|
||||
"Don't initialize newt", NULL },
|
||||
{ NULL }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue