diff --git a/tiup/tiup-overview.md b/tiup/tiup-overview.md index d69f8cf5e9e4..f1cb3edb696c 100644 --- a/tiup/tiup-overview.md +++ b/tiup/tiup-overview.md @@ -73,7 +73,7 @@ Components Manifest: use "tiup list" to fetch the latest components manifest Flags: - -B, --binary [:version] Print binary path of a specific version of a component [:version] + --binary [:version] Print binary path of a specific version of a component [:version] and the latest version installed will be selected if no version specified --binpath string Specify the binary path of component instance -h, --help help for tiup diff --git a/tiup/tiup-reference.md b/tiup/tiup-reference.md index fdf33f1f6aea..71cc6058fd15 100644 --- a/tiup/tiup-reference.md +++ b/tiup/tiup-reference.md @@ -20,12 +20,12 @@ tiup [flags] [args...] # 运行组件 ## 选项 -### -B, --binary +### --binary 打印指定组件的二进制文件路径: -- 执行 `tiup -B/--binary ` 将打印已安装的 `` 组件的最新稳定版路径,若 `` 组件未安装,则报错 -- 执行 `tiup -B/--binary :` 将打印已经安装的 `` 组件的 `` 版本所在的路径,若该版本未安装,则报错 +- 执行 `tiup --binary ` 将打印已安装的 `` 组件的最新稳定版路径,若 `` 组件未安装,则报错 +- 执行 `tiup --binary :` 将打印已经安装的 `` 组件的 `` 版本所在的路径,若该版本未安装,则报错 - 数据类型:`BOOLEAN` - 该选项默认关闭,默认值为 `false`。在命令中添加该选项,并传入 `true` 值或不传值,均可开启此功能。