mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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:
parent
9b03b75aaf
commit
cdb4e2541c
@ -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,
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user