From cdb4e2541c1b69d4310d0525eaa9ecb6a481224e Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Wed, 5 Feb 2003 04:56:19 +0000 Subject: [PATCH] fix a typo and missing option. (#105186) 2003-02-05 Akira TAGOH * src/main.c (usage): fix a typo and missing option. (#105186) --- ChangeLog | 4 ++++ src/main.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 04016ddfc..e0cd0d091 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-05 Akira TAGOH + + * src/main.c (usage): fix a typo and missing option. (#105186) + 2003-02-04 Havoc Pennington * src/themes/Simple/ChangeLog: nuke subdir ChangeLog, diff --git a/src/main.c b/src/main.c index 9719e9e25..f9902ff7f 100644 --- a/src/main.c +++ b/src/main.c @@ -61,7 +61,7 @@ log_handler (const gchar *log_domain, static void usage (void) { - g_print (_("metacity [--disable-sm] [--sm-save-file=FILENAME] [--display=DISPLAY] [--replace] [--version]\n")); + g_print (_("metacity [--sm-disable] [--sm-client-id=ID] [--sm-save-file=FILENAME] [--display=DISPLAY] [--replace] [--version]\n")); exit (1); }