mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[SC]: Fix a typo in the help.
svn path=/trunk/; revision=71617
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user