Bugfix a help message

This commit is contained in:
Mike 2023-02-10 06:30:03 -08:00
parent af61795525
commit 34c77b5069
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def main():
"--destination-repo-name", "--destination-name", "--dest-repo-name", "--dest-name",
dest="destination_repo_name",
default="%N%",
help="Specify the destination repository name(s). Use wildcard %N% anywhere to denote the original name"
help="Specify the destination repository name(s). Use wildcard %%N%% anywhere to denote the original name"
)
parser.add_argument(
"--destination-add-topic", "--destination-topic", "-dest-add-topic", "--dest-topic",