23/11/2023 12:44, David Marchand: > There are now 5 supported commands. > > Fixes: 6505865aa8ed ("examples/vdpa: add statistics show command") > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand <david.march...@redhat.com> > --- > doc/guides/sample_app_ug/vdpa.rst | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/doc/guides/sample_app_ug/vdpa.rst > b/doc/guides/sample_app_ug/vdpa.rst > index cb9c4f2169..6b6de53e48 100644 > --- a/doc/guides/sample_app_ug/vdpa.rst > +++ b/doc/guides/sample_app_ug/vdpa.rst > @@ -38,8 +38,7 @@ where > * --iface specifies the path prefix of the UNIX domain socket file, e.g. > /tmp/vhost-user-, then the socket files will be named as > /tmp/vhost-user-<n> > (n starts from 0). > -* --interactive means run the vdpa sample in interactive mode, currently 4 > - internal cmds are supported: > +* --interactive means run the vdpa sample in interactive mode:
While modifying this line, I think uppercase "vDPA" should be used.