Message ID | 20240615114323.30550-1-martin.joerg@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | hmp-commands-info.hx: Add missing info command for stats subcommand | expand |
* Martin Joerg (martin.joerg@gmail.com) wrote: > Signed-off-by: Martin Joerg <martin.joerg@gmail.com> Thanks! (Trivial please take that). Reviewed-by: Dr. David Alan Gilbert <dave@treblig.org> > --- > hmp-commands-info.hx | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx > index 20a9835ea8..f5639af517 100644 > --- a/hmp-commands-info.hx > +++ b/hmp-commands-info.hx > @@ -892,7 +892,7 @@ ERST > }, > > SRST > - ``stats`` > + ``info stats`` > Show runtime-collected statistics > ERST >
Applied to trivial-patches, thanks! /mjt
diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx index 20a9835ea8..f5639af517 100644 --- a/hmp-commands-info.hx +++ b/hmp-commands-info.hx @@ -892,7 +892,7 @@ ERST }, SRST - ``stats`` + ``info stats`` Show runtime-collected statistics ERST
Signed-off-by: Martin Joerg <martin.joerg@gmail.com> --- hmp-commands-info.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)