05/06/2017 23:43, Gabriel Carrillo: > Commit aafaea3d3b70 ("devtools: add tags > and cscope index generation") introduced > new make targets. This change updates the > help target output to reflect the additions. > > Signed-off-by: Gabriel Carrillo <erik.g.carri...@intel.com> > --- > doc/build-sdk-quick.txt | 3 +++ > 1 file changed, 3 insertions(+) > > --- a/doc/build-sdk-quick.txt > +++ b/doc/build-sdk-quick.txt > @@ -11,6 +11,9 @@ Build commands > examples_clean clean examples for given targets (T=) > test compile tests and run basic unit tests > test-* run specific subset of unit tests > + tags T= generate ctags for given targets (T=) > + gtags T= generate gtags for given targets (T=) > + cscope T= generate cscope database for given targets (T=)
It should be a quick help. Either we put tags/cscope on one line or we put nothing at all.