Skip to content

Commit

Permalink
fix(doc): start_date is not deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-kokoszka committed Feb 19, 2024
1 parent b2c37f6 commit 5708fef
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 22 deletions.
2 changes: 0 additions & 2 deletions docs/source/sctool/partials/sctool_backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ options:
- name: start-date
shorthand: s
usage: |
--start-date is deprecated, please use `--cron` instead
The date can be expressed relatively to now or as a RFC3339 formatted string.
To run the task in 2 hours use 'now+2h'. The supported units are:
Expand Down
2 changes: 0 additions & 2 deletions docs/source/sctool/partials/sctool_backup_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ options:
- name: start-date
shorthand: s
usage: |
--start-date is deprecated, please use `--cron` instead
The date can be expressed relatively to now or as a RFC3339 formatted string.
To run the task in 2 hours use 'now+2h'. The supported units are:
Expand Down
2 changes: 0 additions & 2 deletions docs/source/sctool/partials/sctool_backup_validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ options:
- name: start-date
shorthand: s
usage: |
--start-date is deprecated, please use `--cron` instead
The date can be expressed relatively to now or as a RFC3339 formatted string.
To run the task in 2 hours use 'now+2h'. The supported units are:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ options:
- name: start-date
shorthand: s
usage: |
--start-date is deprecated, please use `--cron` instead
The date can be expressed relatively to now or as a RFC3339 formatted string.
To run the task in 2 hours use 'now+2h'. The supported units are:
Expand Down
2 changes: 0 additions & 2 deletions docs/source/sctool/partials/sctool_repair.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ options:
- name: start-date
shorthand: s
usage: |
--start-date is deprecated, please use `--cron` instead
The date can be expressed relatively to now or as a RFC3339 formatted string.
To run the task in 2 hours use 'now+2h'. The supported units are:
Expand Down
2 changes: 0 additions & 2 deletions docs/source/sctool/partials/sctool_repair_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ options:
- name: start-date
shorthand: s
usage: |
--start-date is deprecated, please use `--cron` instead
The date can be expressed relatively to now or as a RFC3339 formatted string.
To run the task in 2 hours use 'now+2h'. The supported units are:
Expand Down
2 changes: 0 additions & 2 deletions docs/source/sctool/partials/sctool_restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ options:
- name: start-date
shorthand: s
usage: |
--start-date is deprecated, please use `--cron` instead
The date can be expressed relatively to now or as a RFC3339 formatted string.
To run the task in 2 hours use 'now+2h'. The supported units are:
Expand Down
2 changes: 0 additions & 2 deletions docs/source/sctool/partials/sctool_restore_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ options:
- name: start-date
shorthand: s
usage: |
--start-date is deprecated, please use `--cron` instead
The date can be expressed relatively to now or as a RFC3339 formatted string.
To run the task in 2 hours use 'now+2h'. The supported units are:
Expand Down
2 changes: 0 additions & 2 deletions docs/source/sctool/partials/sctool_suspend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ options:
- name: start-date
shorthand: s
usage: |
--start-date is deprecated, please use `--cron` instead
The date can be expressed relatively to now or as a RFC3339 formatted string.
To run the task in 2 hours use 'now+2h'. The supported units are:
Expand Down
2 changes: 0 additions & 2 deletions docs/source/sctool/partials/sctool_suspend_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ options:
- name: start-date
shorthand: s
usage: |
--start-date is deprecated, please use `--cron` instead
The date can be expressed relatively to now or as a RFC3339 formatted string.
To run the task in 2 hours use 'now+2h'. The supported units are:
Expand Down
2 changes: 0 additions & 2 deletions pkg/command/flag/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ interval: |
For example, if you select ``--interval 7d`` task would run weekly at the ``--start-date`` time.
start-date: |
--start-date is deprecated, please use `--cron` instead
The date can be expressed relatively to now or as a RFC3339 formatted string.
To run the task in 2 hours use 'now+2h'. The supported units are:
Expand Down

0 comments on commit 5708fef

Please sign in to comment.