some updates to wording/help for override_private_comment

This commit is contained in:
Shawn Grigson 2023-10-02 13:48:13 -05:00
parent 0a63a47ff1
commit 58dbed0fa8
2 changed files with 2 additions and 2 deletions

View File

@ -391,7 +391,7 @@ Skip the fetching of blocklists from any remote instances that are configured.
Defaults to None.
Stamp all *new* blocks pushed to a remote server with this comment or code.
Helps to identify blocks you've created on a server via this process versus ones that
Helps to identify blocks you've created on a server via Fediblockhole versus ones that
already existed.
### mergeplan

View File

@ -795,7 +795,7 @@ def setup_argparse():
ap.add_argument('-b', '--block-audit-file', dest="blocklist_auditfile", help="Save blocklist auditfile to this location.")
ap.add_argument('--merge-threshold', type=int, help="Merge threshold value")
ap.add_argument('--merge-threshold-type', choices=['count', 'pct'], help="Type of merge threshold to use.")
ap.add_argument('--override-private-comment', dest='override_private_comment', help="Enforces a private comment for all blocks.")
ap.add_argument('--override-private-comment', dest='override_private_comment', help="Override private_comment with this string for new blocks when pushing blocklists.")
ap.add_argument('-I', '--import-field', dest='import_fields', action='append', help="Extra blocklist fields to import.")
ap.add_argument('-E', '--export-field', dest='export_fields', action='append', help="Extra blocklist fields to export.")