On Mon, Oct 18, 2021 at 10:39:29AM +0000, Conor Walsh wrote:
> The instance option help text was incorrect, this patch corrects it.
> 
> Fixes: 11435aae2089 ("usertools/telemetry: connect to separate instances")
> 
> Signed-off-by: Conor Walsh <conor.wa...@intel.com>
> ---
>  usertools/dpdk-telemetry.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/usertools/dpdk-telemetry.py b/usertools/dpdk-telemetry.py
> index 4d9f2d9787..5b3bf83356 100755
> --- a/usertools/dpdk-telemetry.py
> +++ b/usertools/dpdk-telemetry.py
> @@ -165,7 +165,7 @@ def readline_complete(text, state):
>  parser.add_argument('-f', '--file-prefix', default=DEFAULT_PREFIX,
>                      help='Provide file-prefix for DPDK runtime directory')
>  parser.add_argument('-i', '--instance', default='0', type=int,
> -                    help='Provide file-prefix for DPDK runtime directory')
> +                    help='Provide instance number for DPDK application')

Good catch, thanks for fixing.

Acked-by: Bruce Richardson <bruce.richard...@intel.com>

Reply via email to