summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2009-10-26 18:30:43 -0500
committerBrian Cameron <Brian.Cameron@sun.com>2009-10-26 18:30:43 -0500
commitf2b46dd57f3258f2cbd35159ca8bc9d98974ef80 (patch)
tree11fa5c01b23aa38bcf6b4eeb8ac04b9376619aa6 /utils
parent75e85b769a6548212a7d10500b0487e513f888cb (diff)
downloadgdm-f2b46dd57f3258f2cbd35159ca8bc9d98974ef80.tar.gz
Some minor fixes. Fix gdmflexiserver --help so that it highlights that the
--command option only supports the VERSION command. Fix the at-spi-registryd-wrapper.desktop.in.in file so that it doesn't hardcode /usr/libexec and instead uses "@LIBEXECDIR@. Minor fix to the docs (metacity instead of Metacity).
Diffstat (limited to 'utils')
-rw-r--r--utils/gdmflexiserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gdmflexiserver.c b/utils/gdmflexiserver.c
index 293c268b..c02976fc 100644
--- a/utils/gdmflexiserver.c
+++ b/utils/gdmflexiserver.c
@@ -58,7 +58,7 @@ static char **args_remaining = NULL;
/* Keep all config options for compatibility even if they are noops */
GOptionEntry options [] = {
- { "command", 'c', 0, G_OPTION_ARG_STRING, &send_command, N_("Ignored - retained for compatibility"), N_("COMMAND") },
+ { "command", 'c', 0, G_OPTION_ARG_STRING, &send_command, N_("Only the VERSION command is supported"), N_("COMMAND") },
{ "xnest", 'n', 0, G_OPTION_ARG_NONE, &use_xnest, N_("Ignored - retained for compatibility"), NULL },
{ "no-lock", 'l', 0, G_OPTION_ARG_NONE, &no_lock, N_("Ignored - retained for compatibility"), NULL },
{ "debug", 'd', 0, G_OPTION_ARG_NONE, &debug_in, N_("Debugging output"), NULL },