# HG changeset patch # User nadvornik # Date 1237677398 0 # Node ID f43e4ee8fb2d35abfd50f50f244ca097afc99781 # Parent aec6992e5116d9308d4753d5b2d0d32c9c4dcc4d more consistent remote options naming diff -r aec6992e5116 -r f43e4ee8fb2d src/remote.c --- a/src/remote.c Sat Mar 21 20:19:11 2009 +0000 +++ b/src/remote.c Sat Mar 21 23:16:38 2009 +0000 @@ -597,12 +597,12 @@ { "-s", "--slideshow", gr_slideshow_toggle, FALSE, TRUE, N_("toggle slide show") }, { "-ss","--slideshow-start", gr_slideshow_start, FALSE, FALSE, N_("start slide show") }, { "-sS","--slideshow-stop", gr_slideshow_stop, FALSE, FALSE, N_("stop slide show") }, - { "-sr","--slideshow-recurse", gr_slideshow_start_rec, TRUE, FALSE, N_("start recursive slide show") }, + { NULL, "--slideshow-recurse:", gr_slideshow_start_rec, TRUE, FALSE, N_("start recursive slide show") }, { "-d", "--delay=", gr_slideshow_delay, TRUE, FALSE, N_("set slide show delay in seconds") }, { "+t", "--tools-show", gr_tools_show, FALSE, TRUE, N_("show tools") }, { "-t", "--tools-hide", gr_tools_hide, FALSE, TRUE, N_("hide tools") }, { "-q", "--quit", gr_quit, FALSE, FALSE, N_("quit") }, - { "-cl","--config-load", gr_config_load, TRUE, FALSE, N_("load config file") }, + { NULL, "--config-load:", gr_config_load, TRUE, FALSE, N_("load config file") }, { NULL, "file:", gr_file_load, TRUE, FALSE, N_("open file") }, { NULL, "view:", gr_file_view, TRUE, FALSE, N_("open file in new window") }, { NULL, "--list-clear", gr_list_clear, FALSE, FALSE, NULL },