Merge "Fix the incorrect powershell command"

This commit is contained in:
Zuul 2019-09-11 23:57:36 +00:00 committed by Gerrit Code Review
commit 5fa49cd0b8
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ following commands:
.. code-block:: bat .. code-block:: bat
C:\>net stop w32time C:\>net stop w32time
C:\>w32tm /config /manualpeerlist:pool.ntp.org,0x8 /syncfromflags:MANUAL C:\>w32tm /config "/manualpeerlist:pool.ntp.org,0x8" /syncfromflags:MANUAL
C:\>net start w32time C:\>net start w32time
Keep in mind that the node will have to be time synchronized with the other Keep in mind that the node will have to be time synchronized with the other