From: Keir Fraser Date: Wed, 10 Oct 2007 12:17:42 +0000 (+0100) Subject: ia64: Fix help message of xenitp. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14895 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=58bf4b2affb03d203b90387fb470b4c0ce378b8d;p=xen.git ia64: Fix help message of xenitp. Signed-off-by: Akio Takebe --- diff --git a/tools/debugger/xenitp/xenitp.c b/tools/debugger/xenitp/xenitp.c index e7fbd9f7a4..e78b09785f 100644 --- a/tools/debugger/xenitp/xenitp.c +++ b/tools/debugger/xenitp/xenitp.c @@ -1317,7 +1317,7 @@ cmd_disp (char *arg) #endif } else if (*arg == 0) - printf ("choose among br, regs, cr, ar, tr, rr, dbg\n"); + printf ("choose among br, regs, cr, ar, tr, rr, db\n"); else printf ("cannot disp '%s'\n", arg); return 0;