use just odo insetad of odo (OpenShift Do) (#3030)

This commit is contained in:
Tomas Kral
2020-04-29 07:45:57 +02:00
committed by GitHub
parent 32ee06d8b2
commit 0408e03d3e
4 changed files with 5 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ func referencePrinter(command *cobra.Command, level int) string {
}
// The main markdown "template" for everything
return fmt.Sprintf(`= Overview of the OpenShift Do (odo) CLI Structure
return fmt.Sprintf(`= Overview of the odo CLI Structure
___________________
Example application

View File

@@ -34,7 +34,7 @@ const OdoRecommendedName = "odo"
var (
// We do not use ktemplates.Normalize here as it messed up the newlines..
odoLong = `(OpenShift Do) odo is a CLI tool for running OpenShift applications in a fast and automated manner.
odoLong = `odo is a CLI tool for running OpenShift applications in a fast and automated manner.
Reducing the complexity of deployment, odo adds iterative development without the worry of deploying your source code.
Find more information at https://github.com/openshift/odo`
@@ -131,7 +131,7 @@ func odoRootCmd(name, fullName string) *cobra.Command {
// rootCmd represents the base command when called without any subcommands
rootCmd := &cobra.Command{
Use: name,
Short: "odo (OpenShift Do)",
Short: "odo",
Long: odoLong,
RunE: ShowHelp,
Example: fmt.Sprintf(odoExample, fullName),

View File

@@ -26,7 +26,7 @@ Provides: %{package_name}
Obsoletes: %{package_name}
%description
OpenShift Do (odo) is a fast, iterative, and straightforward CLI tool for developers who write, build, and deploy applications on OpenShift.
odo is a fast, iterative, and straightforward CLI tool for developers who write, build, and deploy applications on OpenShift.
%prep
%setup -q -n %{source_dir}

View File

@@ -117,7 +117,7 @@ cd ..
#
#toc_footers:
# - <a href='http://openshiftdo.org'>openshiftdo.org</a>
# - <a href='https://github.com/openshift/odo'>Odo (OpenShift Do) on GitHub</a>
# - <a href='https://github.com/openshift/odo'>odo on GitHub</a>
#
#search: true
#---