app/testpmd: fix comments for bonding commands
authorRongQiang Xie <xie.rongqiang@zte.com.cn>
Thu, 15 Jun 2017 10:20:48 +0000 (18:20 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 3 Jul 2017 08:59:59 +0000 (10:59 +0200)
commitc1dd6e795deab8a1c93a80f2523d472e4f4e472f
tree60025f2381766c009a85618804fe15471fa6a8e4
parentfed524ce53fd62fd57b4dba473784170d4153495
app/testpmd: fix comments for bonding commands

Because the comments in function cmd_add_bonding_slave_parsed() and
cmd_remove_bonding_slave_parsed() is 'Set the primary slave for
a bonded device',so fix it with 'add the slave for a bonded device'
and 'remove the slave from a bonded device'.

Signed-off-by: RongQiang Xie <xie.rongqiang@zte.com.cn>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
app/test-pmd/cmdline.c