git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25697 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2007-12-07 11:57:41 +00:00
parent 8e6372f8c9
commit 4e99e90d5c

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. GNUstep utility to enable or disable a service for the current user.
@ -66,7 +66,7 @@ main(int argc, char** argv, char **env)
{ {
printf( printf(
"set_show_service enables or disables the display of a specified service\n" "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"); "'set_show_service --disable name' where 'name' is a service name.\n");
exit(EXIT_SUCCESS); exit(EXIT_SUCCESS);
} }