git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25697 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2007-12-07 11:57:41 +00:00
parent cfc06480b2
commit 3673110c74

View file

@ -1,5 +1,5 @@
/*
set_show_servicaes.m
set_show_service.m
GNUstep utility to enable or disable a service for the current user.
@ -66,7 +66,7 @@ main(int argc, char** argv, char **env)
{
printf(
"set_show_service enables or disables the display of a specified service\n"
"item. It's should be in the form 'set_show_services --enable name' or \n"
"item. It's should be in the form 'set_show_service --enable name' or \n"
"'set_show_service --disable name' where 'name' is a service name.\n");
exit(EXIT_SUCCESS);
}