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)
This commit is contained in:
Akira TAGOH 2003-02-05 04:56:19 +00:00 committed by Akira Tagoh
parent 9b03b75aaf
commit cdb4e2541c
2 changed files with 5 additions and 1 deletions

View File

@ -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,

View File

@ -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);
}