summaryrefslogtreecommitdiff
path: root/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2010-05-18 07:45:58 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2010-05-18 07:45:58 +0000
commit36a3e245b7a910d1c41e2be121ba168a07770c0b (patch)
tree57fed949114edcb50fd64de14d6d1019aa21dc62 /src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp
parent970bd9ce24a10d9e875df03eb2db1c0054c4ea80 (diff)
downloadVirtualBox-svn-36a3e245b7a910d1c41e2be121ba168a07770c0b.tar.gz
VBoxService: help cosmetics
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@29594 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp')
-rw-r--r--src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp37
1 files changed, 17 insertions, 20 deletions
diff --git a/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp b/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp
index 561e44c00ab..99f3b8ff96c 100644
--- a/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp
+++ b/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp
@@ -623,30 +623,27 @@ VBOXSERVICE g_TimeSync =
/* pszDescription. */
"Time synchronization",
/* pszUsage. */
- "[--timesync-interval <ms>] [--timesync-min-adjust <ms>] "
- "[--timesync-latency-factor <x>] [--timesync-max-latency <ms>]"
- "[--timesync-set-threshold <ms>] [--timesync-set-start]"
+ " [--timesync-interval <ms>] [--timesync-min-adjust <ms>]\n"
+ " [--timesync-latency-factor <x>] [--timesync-max-latency <ms>]\n"
+ " [--timesync-set-threshold <ms>] [--timesync-set-start]"
,
/* pszOptions. */
- " --timesync-interval Specifies the interval at which to synchronize the\n"
- " time with the host. The default is 10000 ms.\n"
- " --timesync-min-adjust\n"
- " The minimum absolute drift value measured in\n"
- " milliseconds to make adjustments for.\n"
- " The default is 1000 ms on OS/2 and 100 ms elsewhere.\n"
+ " --timesync-interval Specifies the interval at which to synchronize the\n"
+ " time with the host. The default is 10000 ms.\n"
+ " --timesync-min-adjust The minimum absolute drift value measured in\n"
+ " milliseconds to make adjustments for.\n"
+ " The default is 1000 ms on OS/2 and 100 ms elsewhere.\n"
" --timesync-latency-factor\n"
- " The factor to multiply the time query latency with to\n"
- " calculate the dynamic minimum adjust time.\n"
- " The default is 8 times.\n"
- " --timesync-max-latency\n"
- " The max host timer query latency to accept.\n"
- " The default is 250 ms.\n"
+ " The factor to multiply the time query latency with\n"
+ " to calculate the dynamic minimum adjust time.\n"
+ " The default is 8 times.\n"
+ " --timesync-max-latency The max host timer query latency to accept.\n"
+ " The default is 250 ms.\n"
" --timesync-set-threshold\n"
- " The absolute drift threshold, given as milliseconds,\n"
- " where to start setting the time instead of trying to\n"
- " adjust it. The default is 20 min.\n"
- " --timesync-set-start\n"
- " Set the time when starting the time sync service.\n"
+ " The absolute drift threshold, given as milliseconds,\n"
+ " where to start setting the time instead of trying to\n"
+ " adjust it. The default is 20 min.\n"
+ " --timesync-set-start Set the time when starting the time sync service.\n"
,
/* methods */
VBoxServiceTimeSyncPreInit,