mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 03:11:18 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25697 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cfc06480b2
commit
3673110c74
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue