diff --git a/docs/source/sctool/partials/sctool_backup.yaml b/docs/source/sctool/partials/sctool_backup.yaml index 3560fe226c..0ff0c545df 100644 --- a/docs/source/sctool/partials/sctool_backup.yaml +++ b/docs/source/sctool/partials/sctool_backup.yaml @@ -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: diff --git a/docs/source/sctool/partials/sctool_backup_update.yaml b/docs/source/sctool/partials/sctool_backup_update.yaml index 24479d684e..90cf2f5875 100644 --- a/docs/source/sctool/partials/sctool_backup_update.yaml +++ b/docs/source/sctool/partials/sctool_backup_update.yaml @@ -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: diff --git a/docs/source/sctool/partials/sctool_backup_validate.yaml b/docs/source/sctool/partials/sctool_backup_validate.yaml index 814677934b..17a25f5835 100644 --- a/docs/source/sctool/partials/sctool_backup_validate.yaml +++ b/docs/source/sctool/partials/sctool_backup_validate.yaml @@ -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: diff --git a/docs/source/sctool/partials/sctool_backup_validate_update.yaml b/docs/source/sctool/partials/sctool_backup_validate_update.yaml index aacdc49e01..2d56484496 100644 --- a/docs/source/sctool/partials/sctool_backup_validate_update.yaml +++ b/docs/source/sctool/partials/sctool_backup_validate_update.yaml @@ -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: diff --git a/docs/source/sctool/partials/sctool_repair.yaml b/docs/source/sctool/partials/sctool_repair.yaml index e6944f07b1..79391aa8c9 100644 --- a/docs/source/sctool/partials/sctool_repair.yaml +++ b/docs/source/sctool/partials/sctool_repair.yaml @@ -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: diff --git a/docs/source/sctool/partials/sctool_repair_update.yaml b/docs/source/sctool/partials/sctool_repair_update.yaml index f4910991a4..1d901e98ab 100644 --- a/docs/source/sctool/partials/sctool_repair_update.yaml +++ b/docs/source/sctool/partials/sctool_repair_update.yaml @@ -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: diff --git a/docs/source/sctool/partials/sctool_restore.yaml b/docs/source/sctool/partials/sctool_restore.yaml index 238075d3b6..b92028755e 100644 --- a/docs/source/sctool/partials/sctool_restore.yaml +++ b/docs/source/sctool/partials/sctool_restore.yaml @@ -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: diff --git a/docs/source/sctool/partials/sctool_restore_update.yaml b/docs/source/sctool/partials/sctool_restore_update.yaml index 77aa35b63f..18d58c03db 100644 --- a/docs/source/sctool/partials/sctool_restore_update.yaml +++ b/docs/source/sctool/partials/sctool_restore_update.yaml @@ -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: diff --git a/docs/source/sctool/partials/sctool_suspend.yaml b/docs/source/sctool/partials/sctool_suspend.yaml index 8013bd4dab..620702fa57 100644 --- a/docs/source/sctool/partials/sctool_suspend.yaml +++ b/docs/source/sctool/partials/sctool_suspend.yaml @@ -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: diff --git a/docs/source/sctool/partials/sctool_suspend_update.yaml b/docs/source/sctool/partials/sctool_suspend_update.yaml index e42c271fb5..337c729d67 100644 --- a/docs/source/sctool/partials/sctool_suspend_update.yaml +++ b/docs/source/sctool/partials/sctool_suspend_update.yaml @@ -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: diff --git a/pkg/command/flag/task.yaml b/pkg/command/flag/task.yaml index 770741de45..58873a9e57 100644 --- a/pkg/command/flag/task.yaml +++ b/pkg/command/flag/task.yaml @@ -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: