Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit f10304d

Browse files
authored
Update help string for 'update task-meta' and 'update launchplan-meta' (#445)
1 parent 8428367 commit f10304d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cmd/update/launch_plan_meta.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ const (
1616
Update the description on the launch plan:
1717
::
1818
19-
flytectl update launchplan -p flytesnacks -d development core.advanced.merge_sort.merge_sort --description "Mergesort example"
19+
flytectl update launchplan-meta -p flytesnacks -d development core.advanced.merge_sort.merge_sort --description "Mergesort example"
2020
2121
Archiving launch plan named entity is not supported and would throw an error:
2222
::
2323
24-
flytectl update launchplan -p flytesnacks -d development core.advanced.merge_sort.merge_sort --archive
24+
flytectl update launchplan-meta -p flytesnacks -d development core.advanced.merge_sort.merge_sort --archive
2525
2626
Activating launch plan named entity would be a noop:
2727
::
2828
29-
flytectl update launchplan -p flytesnacks -d development core.advanced.merge_sort.merge_sort --activate
29+
flytectl update launchplan-meta -p flytesnacks -d development core.advanced.merge_sort.merge_sort --activate
3030
3131
Usage
3232
`

cmd/update/task_meta.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ const (
1616
Update the description on the task:
1717
::
1818
19-
flytectl update task -d development -p flytesnacks core.control_flow.merge_sort.merge --description "Merge sort example"
19+
flytectl update task-meta -d development -p flytesnacks core.control_flow.merge_sort.merge --description "Merge sort example"
2020
2121
Archiving task named entity is not supported and would throw an error:
2222
::
2323
24-
flytectl update task -d development -p flytesnacks core.control_flow.merge_sort.merge --archive
24+
flytectl update task-meta -d development -p flytesnacks core.control_flow.merge_sort.merge --archive
2525
2626
Activating task named entity would be a noop since archiving is not possible:
2727
::
2828
29-
flytectl update task -d development -p flytesnacks core.control_flow.merge_sort.merge --activate
29+
flytectl update task-meta -d development -p flytesnacks core.control_flow.merge_sort.merge --activate
3030
3131
Usage
3232
`

0 commit comments

Comments
 (0)