Documentation: kunit: Fix verification command
authorSeongJae Park <sj38.park@gmail.com>
Sat, 7 Sep 2019 21:01:31 +0000 (06:01 +0900)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 7 Oct 2019 23:02:13 +0000 (17:02 -0600)
commitd460623c5fa126dc51bb2571dd7714ca75b0116c
tree552e8053f8cdb1d74028fe081a788cb86e2bbdef
parent6ec1b81d35453c055c134bb0e9f488ddd436a5aa
Documentation: kunit: Fix verification command

kunit wrapper script ('kunit.py') receives a sub-command (only 'run' for
now) as its argument.  If no sub-command is given, it prints help
message and just quit.  However, an example command in the kunit
documentation for a verification of kunit is missing the sub-command.
This commit fixes the example.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kunit/start.rst