mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
use just odo insetad of odo (OpenShift Do) (#3030)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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),
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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
|
||||
#---
|
||||
|
||||
Reference in New Issue
Block a user