update acrn-dm comment, remove the series of dot

Tracked-On: #2036
Signed-off-by: Shuang Zheng shuang.zheng@intel.com
This commit is contained in:
Shuang Zheng 2019-01-02 20:05:44 +08:00 committed by wenlingz
parent 7a930d8833
commit 04d9f52f68

View File

@ -164,7 +164,7 @@ usage(int code)
" --debugexit: enable debug exit function\n" " --debugexit: enable debug exit function\n"
" --intr_monitor: enable interrupt storm monitor\n" " --intr_monitor: enable interrupt storm monitor\n"
" --vtpm2: Virtual TPM2 args: sock_path=$PATH_OF_SWTPM_SOCKET\n" " --vtpm2: Virtual TPM2 args: sock_path=$PATH_OF_SWTPM_SOCKET\n"
"............its params: threshold/s,probe-period(s),delay_time(ms),delay_duration(ms)\n", " its params: threshold/s,probe-period(s),delay_time(ms),delay_duration(ms)\n",
progname, (int)strnlen(progname, PATH_MAX), "", (int)strnlen(progname, PATH_MAX), "", progname, (int)strnlen(progname, PATH_MAX), "", (int)strnlen(progname, PATH_MAX), "",
(int)strnlen(progname, PATH_MAX), ""); (int)strnlen(progname, PATH_MAX), "");