Trivial stuff.

SVN revision: 13332
This commit is contained in:
Kim Woelders 2005-02-12 16:42:36 +00:00
parent 1101c2a012
commit 083e17c057
2 changed files with 5 additions and 2 deletions

View File

@ -176,10 +176,12 @@ main(int argc, char **argv)
"\t-ecachedir /path/to/cached/dir\n"
"\t-econfdir /path/to/config/dir\n"
"\t-ext_init_win window_id\n"
"\t[-s | -single]\n"
"\t-smfile file\n"
"\t[-smid | -clientId | --sm-client-id] id\n"
"\t-theme /path/to/theme\n"
"\t[-v | -verbose]\n" "\t[-V | -version | --version]\n");
"\t[-t | -theme] theme\n"
"\t[-v | -verbose]\n"
"\t[-V | -version | --version]\n" "\t-w WxH\n");
exit(0);
}
else if ((!strcmp("-V", argv[i])) ||

View File

@ -2240,6 +2240,7 @@ IpcItem MenusIpcArray[] = {
MenusIpc,
"menus", "mnu",
"Menu functions",
" menus list Show existing menus\n"
" menus reload Reload menus.cfg without restarting\n"
" menus show <name> Show named menu\n"}
,