mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
change Odo reference to odo for cli-docs (#2278)
This commit is contained in:
committed by
OpenShift Merge Robot
parent
e1eecd27eb
commit
493196b496
@@ -81,7 +81,7 @@ func referencePrinter(command *cobra.Command, level int) string {
|
||||
}
|
||||
|
||||
// The main markdown "template" for everything
|
||||
return fmt.Sprintf(`= Overview of the Odo (OpenShift Do) CLI Structure
|
||||
return fmt.Sprintf(`= Overview of the OpenShift Do (odo) CLI Structure
|
||||
|
||||
___________________
|
||||
Example application
|
||||
@@ -89,7 +89,7 @@ ___________________
|
||||
|
||||
[source,sh]
|
||||
----
|
||||
%s
|
||||
%s
|
||||
----
|
||||
|
||||
%s
|
||||
@@ -157,7 +157,7 @@ func commandPrinter(command *cobra.Command, level int) string {
|
||||
func main() {
|
||||
var clidoc = &cobra.Command{
|
||||
Use: "cli-doc",
|
||||
Short: "Generate CLI reference for Odo",
|
||||
Short: "Generate CLI reference for odo",
|
||||
|
||||
Example: ` # Generate a markdown-formatted CLI reference page for Odo
|
||||
cli-doc reference > docs/cli-reference.md
|
||||
|
||||
Reference in New Issue
Block a user