diff --git a/README.md b/README.md index cebfab04..ee6ceb5c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Since installed, you will get a `hrp` command with multiple sub-commands. ```text $ hrp -h -hrp (HttpRunner+) is the one-stop solution for HTTP(S) testing. Enjoy! ✨ 🚀 ✨ +hrp (HttpRunner+) is one-stop solution for HTTP(S) testing. Enjoy! ✨ 🚀 ✨ License: Apache-2.0 Github: https://github.com/httprunner/hrp diff --git a/docs/cmd/hrp.md b/docs/cmd/hrp.md index 23f75c3f..cc645658 100644 --- a/docs/cmd/hrp.md +++ b/docs/cmd/hrp.md @@ -4,7 +4,7 @@ One-stop solution for HTTP(S) testing. ### Synopsis -hrp (HttpRunner+) is the one-stop solution for HTTP(S) testing. Enjoy! ✨ 🚀 ✨ +hrp (HttpRunner+) is one-stop solution for HTTP(S) testing. Enjoy! ✨ 🚀 ✨ License: Apache-2.0 Github: https://github.com/httprunner/hrp @@ -22,4 +22,4 @@ Copyright 2021 debugtalk * [hrp har2case](hrp_har2case.md) - Convert HAR to json/yaml testcase files * [hrp run](hrp_run.md) - run API test -###### Auto generated by spf13/cobra on 12-Dec-2021 +###### Auto generated by spf13/cobra on 20-Dec-2021 diff --git a/docs/cmd/hrp_boom.md b/docs/cmd/hrp_boom.md index aaa842b9..6181d134 100644 --- a/docs/cmd/hrp_boom.md +++ b/docs/cmd/hrp_boom.md @@ -39,4 +39,4 @@ hrp boom [flags] * [hrp](hrp.md) - One-stop solution for HTTP(S) testing. -###### Auto generated by spf13/cobra on 12-Dec-2021 +###### Auto generated by spf13/cobra on 20-Dec-2021 diff --git a/docs/cmd/hrp_har2case.md b/docs/cmd/hrp_har2case.md index 30e62958..46e8b029 100644 --- a/docs/cmd/hrp_har2case.md +++ b/docs/cmd/hrp_har2case.md @@ -23,4 +23,4 @@ hrp har2case harPath... [flags] * [hrp](hrp.md) - One-stop solution for HTTP(S) testing. -###### Auto generated by spf13/cobra on 12-Dec-2021 +###### Auto generated by spf13/cobra on 20-Dec-2021 diff --git a/docs/cmd/hrp_run.md b/docs/cmd/hrp_run.md index 64b058c5..fa5df0a5 100644 --- a/docs/cmd/hrp_run.md +++ b/docs/cmd/hrp_run.md @@ -30,4 +30,4 @@ hrp run path... [flags] * [hrp](hrp.md) - One-stop solution for HTTP(S) testing. -###### Auto generated by spf13/cobra on 12-Dec-2021 +###### Auto generated by spf13/cobra on 20-Dec-2021 diff --git a/hrp/cmd/root.go b/hrp/cmd/root.go index c49caada..137e9758 100644 --- a/hrp/cmd/root.go +++ b/hrp/cmd/root.go @@ -14,7 +14,7 @@ import ( var RootCmd = &cobra.Command{ Use: "hrp", Short: "One-stop solution for HTTP(S) testing.", - Long: `hrp (HttpRunner+) is the one-stop solution for HTTP(S) testing. Enjoy! ✨ 🚀 ✨ + Long: `hrp (HttpRunner+) is one-stop solution for HTTP(S) testing. Enjoy! ✨ 🚀 ✨ License: Apache-2.0 Github: https://github.com/httprunner/hrp