Added and fixed documentation for kas command line
Documentation for the 'build' and 'shell' command line were missing. Also fixed kas command line documentation mentioning 'ebs-yocto'. Signed-off-by: Claudius Heine <ch@denx.de>
This commit is contained in:
committed by
Daniel Wagner
parent
c1f2902b21
commit
115625c8fb
@@ -44,7 +44,9 @@ class Shell:
|
||||
"""
|
||||
Returns a parser for the shell plugin
|
||||
"""
|
||||
sh_prs = parser.add_parser('shell')
|
||||
sh_prs = parser.add_parser('shell',
|
||||
help='Run a shell in the build '
|
||||
'environment.')
|
||||
|
||||
sh_prs.add_argument('config',
|
||||
help='Config file')
|
||||
|
Reference in New Issue
Block a user