mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[SC]: Fix a typo in the help.
svn path=/trunk/; revision=71617
This commit is contained in:
parent
8361105c91
commit
3ebacc1882
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ VOID MainUsage(VOID)
|
|||
_T("\t qdescription : Queries the description for a service.\n")
|
||||
_T("\t qfailure : Queries the actions taken by a service upon failure.\n")
|
||||
_T("\t delete : Deletes a service (from the registry).\n")
|
||||
_T("\t create : Creates a service. (adds it to the registry).\n")
|
||||
_T("\t create : Creates a service (adds it to the registry).\n")
|
||||
_T("\t control : Sends a control to a service.\n")
|
||||
_T("\t sdshow : Displays a service's security descriptor.\n")
|
||||
_T("\t sdset : Sets a service's security descriptor.\n"));
|
||||
|
|
Loading…
Reference in a new issue