Skip to content

Commit bc994c9

Browse files
committed
Fix cmdline description
1 parent f3b8c91 commit bc994c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/platform/linux/Options.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ const char * sDeviceOptionHelp =
405405
" Sets the ICD idle mode durations (in seconds). (Default: 300) \n"
406406
" This defines the how long the ICD server can stay in idle mode.\n"
407407
" --icdPeriodicWakeupDurationMs <icdPeriodicWakupDurationMs>\n"
408-
" Sets the ICD periodic wakeup (in milliseconds). (Default: 6000)\n"
408+
" Sets the ICD periodic wakeup (in milliseconds). (Default: 60000)\n"
409409
" This is for testing purpose on Linux which defines the internal to wakeup periodically to send \n"
410410
" Check-In messages since Linux application doesn't have a physical button to trigger wakeup\n"
411411
#endif

0 commit comments

Comments
 (0)