We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44770f8 commit e21b284Copy full SHA for e21b284
src/nemo-main-application.c
@@ -656,6 +656,7 @@ nemo_main_application_local_command_line (GApplication *application,
656
gboolean kill_shell = FALSE;
657
gboolean no_default_window = FALSE;
658
gboolean no_desktop_ignored = FALSE;
659
+ gboolean select_ignored = FALSE;
660
gboolean fix_cache = FALSE;
661
gboolean debug = FALSE;
662
gchar **remaining = NULL;
@@ -678,6 +679,8 @@ nemo_main_application_local_command_line (GApplication *application,
678
679
{ "no-default-window", 'n', 0, G_OPTION_ARG_NONE, &no_default_window,
680
N_("Only create windows for explicitly specified URIs."), NULL },
681
{ "no-desktop", '\0', 0, G_OPTION_ARG_NONE, &no_desktop_ignored,
682
+ N_("Ignored argument - left for compatibility only."), NULL },
683
+ { "select", 's', 0, G_OPTION_ARG_NONE, &select_ignored,
684
N_("Ignored argument - left for compatibility only."), NULL },
685
{ "tabs", 't', 0, G_OPTION_ARG_NONE, &open_in_tabs,
686
N_("Open URIs in tabs."), NULL },
0 commit comments