rcutorture/kvm.sh: Use consistent help text for --qemu-args
authorSeongJae Park <sj38.park@gmail.com>
Fri, 3 Nov 2017 10:17:23 +0000 (19:17 +0900)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 11 Dec 2017 17:18:24 +0000 (09:18 -0800)
commit8dcd6f3fe206c0bb8996e59386a04027b1c2fb9b
treede207940106ca4490209cae3b782c79b749298a6
parente5ed531dca4f569397ee5df60cd8ea2684c9aeff
rcutorture/kvm.sh: Use consistent help text for --qemu-args

The '--qemu-args' option's help text is wrongly copied from '--qemu-cmd'
option and its argument type description message format is inconsistent
with other arguments.  This commit fixes the usage and type messages to
be consistent with others.

Fixes: e9ce640001c6 ("rcutorture: Add --qemu-args argument to kvm.sh")

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
tools/testing/selftests/rcutorture/bin/kvm.sh