fix名字不统一

This commit is contained in:
shenmo 2020-11-18 19:49:22 +08:00
parent 61591b793a
commit c324f501bb
24 changed files with 6 additions and 6 deletions

@ -1,6 +1,6 @@
TEMPLATE = subdirs TEMPLATE = subdirs
SUBDIRS += \ SUBDIRS += \
SparkWebAppRuntime spark-webapp-runtime
CONFIG += ordered CONFIG += ordered

@ -8,14 +8,14 @@
<p><h1>帮助:</h1></p> <p><h1>帮助:</h1></p>
<p> <p>
<h3>第一种用法: </h3><br /> <h3>第一种用法: </h3><br />
SpartWebAppRuntime 程序标题 程序访问网址 运行宽度 运行高度 <br /> spark-webapp-runtime 程序标题 程序访问网址 运行宽度 运行高度 <br />
<p> <p>
<p> <p>
<h3>第二种用法: </h3><br /> <h3>第二种用法: </h3><br />
运行 "SpartWebAppRuntime -h" 查看命令行帮助信息<br /> 运行 "spark-webapp-runtime -h" 查看命令行帮助信息<br />
<br /> <br />
<xmp> <xmp>
用法:./SparkWebAppRuntime [选项] 用法:./spark-webapp-runtime [选项]
描述: 星火网页应用运行时 描述: 星火网页应用运行时
选项: 选项:
@ -46,8 +46,8 @@
Using "SpartWebAppRuntime -h" to get help<br /> Using "SpartWebAppRuntime -h" to get help<br />
<br /> <br />
<xmp> <xmp>
Usage: ./SparkWebAppRuntime [options] Usage: ./spark-webapp-runtime [options]
Description: SparkWebAppRuntime Description: spark-webapp-runtime
Options: Options:
-h, --help Show this help Message. -h, --help Show this help Message.

Before

(image error) Size: 43 KiB

After

(image error) Size: 43 KiB

Before

(image error) Size: 373 B

After

(image error) Size: 373 B