Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
def option_parse
options = {}
- banner = "Requiest service to build-server command-line tool." + "\n" \
+ banner = "Request service to build-server command-line tool." + "\n" \
+ "\n" + "Usage: build-cli <SUBCOMMAND> [OPTS] or build-cli (-h|-v)" + "\n" \
+ "\n" + "Subcommands:" + "\n" \
+ "\t" + "build Build and create package." + "\n" \
def option_parse
options = {}
- banner = "Requiest service to package-server and control packages service command-line tool." + "\n" \
+ banner = "Request service to package-server and control packages service command-line tool." + "\n" \
+ "\n" + "Usage: pkg-cli <SUBCOMMAND> [OPTS] or pkg-cli (-h|-v)" + "\n" \
+ "\n" + "Subcommands:" + "\n" \
+ "\t" + "clean Delete the package in your SDK environment." + "\n" \
../../build-cli -h
#POST-EXEC
#EXPECT
-Requiest service to build-server command-line tool.
+Request service to build-server command-line tool.
Usage: build-cli <SUBCOMMAND> [OPTS] or build-cli (-h|-v)