Fix the incorrect powershell command

Change-Id: I28fb4ddacd87b6fb98d8da6bc6a5dea69ae51431
backport: stein rocky
Closes-Bug: #1842130
This commit is contained in:
chenxing 2019-09-02 11:06:21 +08:00
parent 160d1042b4
commit 8e06eeee2b

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