We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes are planned for the -R comand line option. It will no longer be a shortcut for --retry-pause.
-R, --retry-pause=N time to pause between retries, in seconds (default: 30)
-R will be redefined and used for a new option to be introduced later.
Users who currently have scripts or configs that use -R should change them as soon as possible to use --retry-pause.
In the next release a warning message will be displayed when -R is used until the new option is introduced.
The text was updated successfully, but these errors were encountered:
Plans have accelerated. In the next release -R will have a new meaning. There will be no warning message.
Users should be prepared. Change all your scripts, config files, bat files to use --retry-pause.
As a general rule config files and scripts should always use long options for clarity.
Sorry, something went wrong.
Change was implemented in release v3.9.7.
No branches or pull requests
Changes are planned for the -R comand line option. It will no longer be a shortcut for
--retry-pause.
-R, --retry-pause=N time to pause between retries, in seconds (default: 30)
-R will be redefined and used for a new option to be introduced later.
Users who currently have scripts or configs that use -R should change them as soon as possible to use --retry-pause.
In the next release a warning message will be displayed when -R is used until the new
option is introduced.
The text was updated successfully, but these errors were encountered: