diff --git a/apps/pr/cli.py b/apps/pr/cli.py index e0d335235a9..930f3531f96 100644 --- a/apps/pr/cli.py +++ b/apps/pr/cli.py @@ -102,7 +102,7 @@ @click.option( "--scope", "-s", - help="Scope of the PR (only relevant if --title is given). This text will be preprended to the PR title. \n\n**Examples**: 'demography' for data work on this field, 'etl.db' if working on specific modules, 'wizard', etc.", + help="Scope of the PR (only relevant if --title is given). This text will be preprended to the PR title. **Examples**: 'demography' for data work on this field, 'etl.db' if working on specific modules, 'wizard', etc.", default=None, ) @click.option(