mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00: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>
|
2003-02-04 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* src/themes/Simple/ChangeLog: nuke subdir ChangeLog,
|
* src/themes/Simple/ChangeLog: nuke subdir ChangeLog,
|
||||||
|
@ -61,7 +61,7 @@ log_handler (const gchar *log_domain,
|
|||||||
static void
|
static void
|
||||||
usage (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);
|
exit (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user