1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 09:22:27 +01:00

some option summary text fixes

This commit is contained in:
kojima
2001-01-04 23:08:40 +00:00
parent e99511b08c
commit 0d7b4d633b

View File

@@ -78,7 +78,6 @@ WShortKey wKeyBindings[WKBD_LAST];
/* defaults domains */ /* defaults domains */
WDDomain *WDWindowMaker = NULL; WDDomain *WDWindowMaker = NULL;
WDDomain *WDRootMenu = NULL;
WDDomain *WDWindowAttributes = NULL; WDDomain *WDWindowAttributes = NULL;
@@ -427,9 +426,9 @@ print_help()
puts(_(" --no-dock do not open the application Dock")); puts(_(" --no-dock do not open the application Dock"));
puts(_(" --no-clip do not open the workspace Clip")); puts(_(" --no-clip do not open the workspace Clip"));
puts(_(" --no-autolaunch do not autolaunch applications")); puts(_(" --no-autolaunch do not autolaunch applications"));
puts(_(" --dont-restore do not restore saved session")); puts(_(" --dont-restore do not restore saved session"));
puts(_(" --locale locale locale to use")); puts(_(" --locale locale locale to use"));
puts(_(" --create-stdcmap create the standard colormap hint in PseudoColor visuals")); puts(_(" --create-stdcmap create the standard colormap hint in PseudoColor visuals"));
puts(_(" --visual-id visualid visual id of visual to use")); puts(_(" --visual-id visualid visual id of visual to use"));
@@ -621,7 +620,8 @@ main(int argc, char **argv)
exit(0); exit(0);
} }
Locale = argv[i]; Locale = argv[i];
} else if (strcmp(argv[i], "-display")==0) { } else if (strcmp(argv[i], "-display")==0
|| strcmp(argv[i], "--display")==0) {
i++; i++;
if (i>=argc) { if (i>=argc) {
wwarning(_("too few arguments for %s"), argv[i-1]); wwarning(_("too few arguments for %s"), argv[i-1]);