diff --git a/pyproject.toml b/pyproject.toml index 957d230..0be688d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stimela" -version = "2.0.1" +version = "2.0.1.1" description = "Framework for system agnostic pipelines for (not just) radio interferometry" authors = ["Oleg Smirnov and RATT ", "Sphesihle Makhathini "] readme = "README.rst" diff --git a/stimela/main.py b/stimela/main.py index 875aa5a..ace9bb3 100644 --- a/stimela/main.py +++ b/stimela/main.py @@ -52,7 +52,7 @@ def resolve_command(self, ctx, args): help="Add directory to _include paths. Can be given multiple times.") @click.option('--clear-cache', '-C', is_flag=True, help="Reset the configuration cache. First thing to try in case of strange configuration errors.") -@click.option('--boring', '-b', is_flag=True, +@click.option('--boring', '-B', is_flag=True, help="Disables progress bar and any other fancy console outputs.") @click.option('--verbose', '-v', is_flag=True, help='Be extra verbose in output.')