【完善】新增命令说明信息
This commit is contained in:
parent
4ca30835c1
commit
1a32d47a79
|
@ -165,7 +165,7 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
|
||||||
dest = 'make-dist-ide',
|
dest = 'make-dist-ide',
|
||||||
action = 'store_true',
|
action = 'store_true',
|
||||||
default = False,
|
default = False,
|
||||||
help = 'make distribution for rt-thread eclipse ide')
|
help = 'make distribution for RT-Thread Studio IDE')
|
||||||
AddOption('--project-path',
|
AddOption('--project-path',
|
||||||
dest = 'make-project-path',
|
dest = 'make-project-path',
|
||||||
type = 'string',
|
type = 'string',
|
||||||
|
@ -175,7 +175,7 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
|
||||||
dest = 'make-project-name',
|
dest = 'make-project-name',
|
||||||
type = 'string',
|
type = 'string',
|
||||||
default = False,
|
default = False,
|
||||||
help = 'set dist-ide project name')
|
help = 'set project name')
|
||||||
AddOption('--cscope',
|
AddOption('--cscope',
|
||||||
dest = 'cscope',
|
dest = 'cscope',
|
||||||
action = 'store_true',
|
action = 'store_true',
|
||||||
|
|
Loading…
Reference in New Issue