Skip to content

Commit

Permalink
Add "TAG" metavar for argparse option instead of the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Allegretta committed Dec 6, 2022
1 parent ff1ce22 commit 6ee7333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feediverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def main():
help="config file to use",
default=os.path.expanduser(DEFAULT_CONFIG_FILE))
parser.add_argument("-d", "--dedupe",
help="dedupe against the given field",
default="")
help="dedupe against the given tag",
default="", metavar="TAG")

args = parser.parse_args()
config_file = args.config
Expand Down

0 comments on commit 6ee7333

Please sign in to comment.