summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <tagoh@gnome.gr.jp>2003-02-05 04:56:19 +0000
committerAkira Tagoh <tagoh@src.gnome.org>2003-02-05 04:56:19 +0000
commitcdb4e2541c1b69d4310d0525eaa9ecb6a481224e (patch)
tree7eed0fd7b99a3d4aeda3c67a84779d53e079ed37
parent9b03b75aaf5c1c87494c9e38eb37a060c6bf35db (diff)
downloadmetacity-cdb4e2541c1b69d4310d0525eaa9ecb6a481224e.tar.gz
fix a typo and missing option. (#105186)
2003-02-05 Akira TAGOH <tagoh@gnome.gr.jp> * src/main.c (usage): fix a typo and missing option. (#105186)
-rw-r--r--ChangeLog4
-rw-r--r--src/main.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 04016ddf..e0cd0d09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-05 Akira TAGOH <tagoh@gnome.gr.jp>
+
+ * src/main.c (usage): fix a typo and missing option. (#105186)
+
2003-02-04 Havoc Pennington <hp@redhat.com>
* src/themes/Simple/ChangeLog: nuke subdir ChangeLog,
diff --git a/src/main.c b/src/main.c
index 9719e9e2..f9902ff7 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);
}