Skip to content

Commit

Permalink
fix confusing doc for flytectl delete (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr authored Nov 19, 2022
1 parent 8b5696e commit d2ef7da
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion flytectl/cmd/delete/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

// Long descriptions are whitespace sensitive when generating docs using Sphinx.
const (
deleteCmdShort = `Terminates/deletes various Flyte resources such as tasks, workflows, launch plans, executions, and projects.`
deleteCmdShort = `Terminates/deletes various Flyte resources such as executions and resource attributes.`
deleteCmdLong = `
Delete a resource; if an execution:
::
Expand Down
4 changes: 2 additions & 2 deletions flytectl/docs/source/gen/flytectl.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flytectl/docs/source/gen/flytectl_delete.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions flytectl/docs/source/gen/flytectl_delete_execution.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flytectl/docs/source/gen/flytectl_delete_plugin-override.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2ef7da

Please sign in to comment.