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
@@ -100,7 +100,8 @@ def kas_get_argparser():
|
||||
"""
|
||||
Creates a argparser for kas with all plugins.
|
||||
"""
|
||||
parser = argparse.ArgumentParser(description='Steer ebs-yocto builds')
|
||||
parser = argparse.ArgumentParser(description='kas - setup tool for '
|
||||
'bitbake based project')
|
||||
|
||||
parser.add_argument('--version', action='version',
|
||||
version='%(prog)s ' + __version__)
|
||||
|
Reference in New Issue
Block a user