more consistent remote options naming
authorVladimir Nadvornik <nadvornik@suse.cz>
Sat, 21 Mar 2009 23:16:38 +0000 (23:16 +0000)
committerVladimir Nadvornik <nadvornik@suse.cz>
Sat, 21 Mar 2009 23:16:38 +0000 (23:16 +0000)
src/remote.c

index d371061..5ef99e2 100644 (file)
@@ -597,12 +597,12 @@ static RemoteCommandEntry remote_commands[] = {
        { "-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 },