From dc4efa9afef076e7530d8bbae5ca4803c958e8ca Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 15 Jul 2015 22:37:21 +0300 Subject: README updates --- utils/libservice/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/libservice') diff --git a/utils/libservice/README.md b/utils/libservice/README.md index c8dd180..dfc9754 100644 --- a/utils/libservice/README.md +++ b/utils/libservice/README.md @@ -31,7 +31,7 @@ The same as Starts a service (loading the corresponding driver). The same as - sc start NAME + net start NAME except that `start_service.exe` waits until the service is actually loaded. @@ -42,7 +42,7 @@ except that `start_service.exe` waits until the service is actually loaded. Stops the service `NAME` (unloading the corresponding driver). The same as - sc stop NAME + net stop NAME except that `stop_service.exe` waits until the service is actually stopped. -- cgit v1.2.3