From 04d9f52f68f48dbe6107e4d0350d991687b2c488 Mon Sep 17 00:00:00 2001 From: Shuang Zheng Date: Wed, 2 Jan 2019 20:05:44 +0800 Subject: [PATCH] update acrn-dm comment, remove the series of dot Tracked-On: #2036 Signed-off-by: Shuang Zheng shuang.zheng@intel.com --- devicemodel/core/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicemodel/core/main.c b/devicemodel/core/main.c index 515b43b89..70b949fd2 100644 --- a/devicemodel/core/main.c +++ b/devicemodel/core/main.c @@ -164,7 +164,7 @@ usage(int code) " --debugexit: enable debug exit function\n" " --intr_monitor: enable interrupt storm monitor\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), "", (int)strnlen(progname, PATH_MAX), "");