mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-04 05:30:41 +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
8e6372f8c9
commit
4e99e90d5c
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.
|
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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue