program name is gnome-control-center.
2007-01-19 Rodrigo Moya <rodrigo@gnome-db.org> * control-center.c (main): program name is gnome-control-center. svn path=/trunk/; revision=7155
This commit is contained in:
parent
2009646503
commit
35dff218e8
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-01-19 Rodrigo Moya <rodrigo@gnome-db.org>
|
||||
|
||||
* control-center.c (main): program name is gnome-control-center.
|
||||
|
||||
2007-01-18 Rodrigo Moya <rodrigo@gnome-db.org>
|
||||
|
||||
Fixes #394303
|
||||
|
|
|
@ -124,7 +124,7 @@ main (int argc, char *argv[])
|
|||
{
|
||||
if (argc != 2 || strcmp ("-h", argv[1]))
|
||||
{
|
||||
printf ("Usage - control-center [-h]\n");
|
||||
printf ("Usage - gnome-control-center [-h]\n");
|
||||
printf ("Options: -h : hide on start\n");
|
||||
printf ("\tUseful if you want to autostart the control-center singleton so it can get all it's slow loading done\n");
|
||||
exit (1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue