mik-laj commented on a change in pull request #9070:
URL: https://github.com/apache/airflow/pull/9070#discussion_r432874518
##########
File path: airflow/cli/cli_parser.py
##########
@@ -1226,7 +1235,8 @@ class GroupCommand(NamedTuple):
ActionCommand(
name='rotate_fernet_key',
func=lazy_load_command('airflow.cli.commands.rotate_fernet_key_command.rotate_fernet_key'),
- help=(
+ help='Rotate all encrypted connection credentials and variables',
Review comment:
```suggestion
help='Rotate encrypted connection credentials and variables',
```
Before:
<img width="741" alt="Screenshot 2020-05-30 at 19 59 40"
src="https://user-images.githubusercontent.com/12058428/83335906-36780300-a2b0-11ea-9a97-dd0b8ba00c08.png">
After:
<img width="879" alt="Screenshot 2020-05-30 at 19 59 25"
src="https://user-images.githubusercontent.com/12058428/83335903-3415a900-a2b0-11ea-9190-1328404ea31d.png">
This is a small thing, but it will cause sadness to many people.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]