Skip to content

Commit d5d3d2d

Browse files
KaigeFuwenlingz
authored andcommitted
tools: acrnlog: Add [-t interval] [-h] to usage
This patch add "[-t interval] [-h]" which support by acrnlog now to usage. Signed-off-by: Kaige Fu <kaige.fu@intel.com> Reviewed-by: Like Yan <like.yan@intel.com>
1 parent a9a2f91 commit d5d3d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/acrnlog/acrnlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ static const char optString[] = "s:n:t:h";
409409
static void display_usage(void)
410410
{
411411
printf("acrnlog - tool to collect ACRN hypervisor log\n"
412-
"[Usage] acrnlog [-s] [size] [-n] [number]\n\n"
412+
"[Usage] acrnlog [-s size] [-n number] [-t interval] [-h]\n\n"
413413
"[Options]\n"
414414
"\t-h: print this message\n"
415415
"\t-t: polling interval to collect logs, in ms\n"

0 commit comments

Comments
 (0)