mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:02:16 +00:00
[SC] Fix MSVC build.
This commit is contained in:
parent
fd209faa66
commit
5f59f0380d
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ VOID MainUsage(VOID)
|
|||
_T("sc query state= all - Enumerates all services & drivers\n")
|
||||
_T("sc query bufsize= 50 - Enumerates with a 50 byte buffer.\n")
|
||||
_T("sc query ri= 14 - Enumerates with resume index = 14\n")
|
||||
_T("sc queryex group= "" - Enumerates active services not in a group\n")
|
||||
_T("sc queryex group= \"\" - Enumerates active services not in a group\n")
|
||||
_T("sc query type= service type= interact - Enumerates all interactive services\n")
|
||||
_T("sc query type= driver group= NDIS - Enumerates all NDIS drivers\n"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue