mik-laj commented on pull request #9070:
URL: https://github.com/apache/airflow/pull/9070#issuecomment-636315116
I think it is also worth adding the default value for the epilogue based on
the current description.
```
airflow db shell --help
```
Before
```
usage: airflow db shell [-h]
optional arguments:
-h, --help show this help message and exit
```
After:
```
usage: airflow db shell [-h]
Runs a shell to access the database
optional arguments:
-h, --help show this help message and exit
```
----------------------------------------------------------------
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]