[SC]: Fix a typo in the help.

svn path=/trunk/; revision=71617
This commit is contained in:
Hermès Bélusca-Maïto 2016-06-12 13:28:48 +00:00
parent 8361105c91
commit 3ebacc1882

View file

@ -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"));